Commit 58c9ee708f057dfa59dca6ac5075659803a2d728

Authored by zhangxiaowen
1 parent 5c3b3bf5

no message

CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
... ... @@ -20,8 +20,6 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score
20 20 - (void)loginNow;
21 21 @end
22 22  
23   -@class CNLiveScoreModel;
24   -
25 23 @protocol CNLiveIntegralServiceProtocol <NSObject, BHServiceProtocol>
26 24  
27 25 #pragma mark - 任务列表
... ... @@ -61,13 +59,11 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score
61 59 - (void)showGoldWhereaboutsViewWithDesc:(NSString *)desc score:(NSString *)score;
62 60  
63 61 // 默认签到
64   -- (void)showGoldWhereaboutsViewWithModel:(CNLiveScoreModel *)model;
65 62 - (void)showGoldWhereaboutsViewWithDic:(NSDictionary *)dic;
66 63  
67 64 - (void)hideGoldWhereaboutsView;
68 65  
69 66 #pragma mark - 签到
70   -- (void)showSignInViewWithScore:(NSString *)score scores:(NSString *)scores day:(NSInteger)day url:(NSString *)url;
71 67 - (void)showSignInViewWithDic:(NSDictionary *)dic;
72 68  
73 69 @end
... ...