Commit d0316fa85359c61874dec4ef41bd961a13571cc0
1 parent
df4f4895
no message
Showing
1 changed file
with
1 additions
and
0 deletions
CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
| @@ -68,6 +68,7 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | @@ -68,6 +68,7 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score | ||
| 68 | 68 | ||
| 69 | #pragma mark - 签到 | 69 | #pragma mark - 签到 |
| 70 | - (void)showSignInViewWithScore:(NSString *)score scores:(NSString *)scores day:(NSInteger)day url:(NSString *)url; | 70 | - (void)showSignInViewWithScore:(NSString *)score scores:(NSString *)scores day:(NSInteger)day url:(NSString *)url; |
| 71 | +- (void)showSignInViewWithDic:(NSDictionary *)dic; | ||
| 71 | 72 | ||
| 72 | @end | 73 | @end |
| 73 | 74 |