Commit 2dd7eb676220cf43ce65a21bb70585ddd49651d5

Authored by zhangxiaowen
1 parent d4af9d77

no message

CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
... ... @@ -20,12 +20,7 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score
20 20 - (void)loginNow;
21 21 @end
22 22  
23   -// 金币下落
24 23 @class CNLiveScoreModel;
25   -@protocol CNLiveGoldWhereaboutsViewDelegate <NSObject>
26   -@optional
27   -- (void)loginNow;
28   -@end
29 24  
30 25 @protocol CNLiveIntegralServiceProtocol <NSObject, BHServiceProtocol>
31 26  
... ... @@ -67,7 +62,7 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score
67 62  
68 63 #pragma mark - 金币下落
69 64 // 游客模式浏览加积分
70   -+ (void)showGoldWhereaboutsViewWithDesc:(NSString *)desc delegate:(id<CNLiveGoldWhereaboutsViewDelegate>) delegate;
  65 ++ (void)showGoldWhereaboutsViewWithDesc:(NSString *)desc delegate:(id)delegate;
71 66  
72 67 // 默认展示添加积分视图
73 68 + (void)showGoldWhereaboutsViewWithDesc:(NSString *)desc score:(NSString *)score;
... ...