Commit d4af9d77f18e0ca5fa67738539e0f4ab0be03859
1 parent
5bf4335b
no message
Showing
1 changed file
with
2 additions
and
9 deletions
CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
| @@ -27,13 +27,6 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | @@ -27,13 +27,6 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | ||
| 27 | - (void)loginNow; | 27 | - (void)loginNow; |
| 28 | @end | 28 | @end |
| 29 | 29 | ||
| 30 | -// 签到 | ||
| 31 | -@class CNLiveSignInView; | ||
| 32 | -@protocol CNLiveSignInViewDelegate <NSObject> | ||
| 33 | -- (void)clickedrRulesButton:(CNLiveSignInView *)view; | ||
| 34 | - | ||
| 35 | -@end | ||
| 36 | - | ||
| 37 | @protocol CNLiveIntegralServiceProtocol <NSObject, BHServiceProtocol> | 30 | @protocol CNLiveIntegralServiceProtocol <NSObject, BHServiceProtocol> |
| 38 | 31 | ||
| 39 | #pragma mark - 任务列表 | 32 | #pragma mark - 任务列表 |
| @@ -80,11 +73,11 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | @@ -80,11 +73,11 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | ||
| 80 | + (void)showGoldWhereaboutsViewWithDesc:(NSString *)desc score:(NSString *)score; | 73 | + (void)showGoldWhereaboutsViewWithDesc:(NSString *)desc score:(NSString *)score; |
| 81 | 74 | ||
| 82 | // 默认签到 | 75 | // 默认签到 |
| 83 | -+ (void)showGoldWhereaboutsViewModel:(CNLiveScoreModel *)model controller:(id<CNLiveSignInViewDelegate>)controller; | 76 | ++ (void)showGoldWhereaboutsViewModel:(CNLiveScoreModel *)model; |
| 84 | + (void)hideGoldWhereaboutsView; | 77 | + (void)hideGoldWhereaboutsView; |
| 85 | 78 | ||
| 86 | #pragma mark - 签到 | 79 | #pragma mark - 签到 |
| 87 | -+ (void)showSignInView:(NSString *)score scores:(NSString *)scores day:(NSInteger)day url:(NSString *)url delegate:(id<CNLiveSignInViewDelegate>)delegate; | 80 | ++ (void)showSignInView:(NSString *)score scores:(NSString *)scores day:(NSInteger)day url:(NSString *)url; |
| 88 | 81 | ||
| 89 | @end | 82 | @end |
| 90 | 83 |