Commit 5bf4335b5603995d81cd86808bf0670f16b2edd8
1 parent
07179ac5
no message
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
| @@ -17,14 +17,14 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | @@ -17,14 +17,14 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | ||
| 17 | // 增加积分 | 17 | // 增加积分 |
| 18 | @protocol CNLiveAddScoreViewDelegate <NSObject> | 18 | @protocol CNLiveAddScoreViewDelegate <NSObject> |
| 19 | @optional | 19 | @optional |
| 20 | -- (void)login; | 20 | +- (void)loginNow; |
| 21 | @end | 21 | @end |
| 22 | 22 | ||
| 23 | // 金币下落 | 23 | // 金币下落 |
| 24 | @class CNLiveScoreModel; | 24 | @class CNLiveScoreModel; |
| 25 | @protocol CNLiveGoldWhereaboutsViewDelegate <NSObject> | 25 | @protocol CNLiveGoldWhereaboutsViewDelegate <NSObject> |
| 26 | @optional | 26 | @optional |
| 27 | -- (void)login; | 27 | +- (void)loginNow; |
| 28 | @end | 28 | @end |
| 29 | 29 | ||
| 30 | // 签到 | 30 | // 签到 |