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