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 | 27 | - (void)loginNow; |
| 28 | 28 | @end |
| 29 | 29 | |
| 30 | -// 签到 | |
| 31 | -@class CNLiveSignInView; | |
| 32 | -@protocol CNLiveSignInViewDelegate <NSObject> | |
| 33 | -- (void)clickedrRulesButton:(CNLiveSignInView *)view; | |
| 34 | - | |
| 35 | -@end | |
| 36 | - | |
| 37 | 30 | @protocol CNLiveIntegralServiceProtocol <NSObject, BHServiceProtocol> |
| 38 | 31 | |
| 39 | 32 | #pragma mark - 任务列表 |
| ... | ... | @@ -80,11 +73,11 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score |
| 80 | 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 | 77 | + (void)hideGoldWhereaboutsView; |
| 85 | 78 | |
| 86 | 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 | 82 | @end |
| 90 | 83 | ... | ... |