Commit 5bf4335b5603995d81cd86808bf0670f16b2edd8

Authored by zhangxiaowen
1 parent 07179ac5

no message

CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
... ... @@ -17,14 +17,14 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score
17 17 // 增加积分
18 18 @protocol CNLiveAddScoreViewDelegate <NSObject>
19 19 @optional
20   -- (void)login;
  20 +- (void)loginNow;
21 21 @end
22 22  
23 23 // 金币下落
24 24 @class CNLiveScoreModel;
25 25 @protocol CNLiveGoldWhereaboutsViewDelegate <NSObject>
26 26 @optional
27   -- (void)login;
  27 +- (void)loginNow;
28 28 @end
29 29  
30 30 // 签到
... ...