update
This commit is contained in:
@@ -6,10 +6,14 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "LinkConfig.h"
|
||||
#import "MacroDefine.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
typedef NS_ENUM(NSInteger, DSWebMenuType) {
|
||||
DSWebMenuHomeType, // 主页
|
||||
DSWebMenuHomeType, // 回到菜单
|
||||
DSWebMenuRefreshType, // 刷新
|
||||
DSWebMenuTelegramType, // Telegram
|
||||
DSWebMenuWhatsAppType, // WhatsApp
|
||||
DSWebMenuFacebookType, // Facebook
|
||||
@@ -17,7 +21,7 @@ typedef NS_ENUM(NSInteger, DSWebMenuType) {
|
||||
|
||||
@protocol DSWebMenuDelegate <NSObject>
|
||||
|
||||
-(void)webMenuCollectionViewWithMenuType:(DSWebMenuType)webMenuType;
|
||||
-(void)webMenuCollectionViewWithMenuType:(id)webMenuType;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user