Commit d0316fa85359c61874dec4ef41bd961a13571cc0

Authored by zhangxiaowen
1 parent df4f4895

no message

CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
... ... @@ -68,6 +68,7 @@ typedef void(^RequestCompleted) (BOOL isSuccess, NSString *desc, NSString *score
68 68  
69 69 #pragma mark - 签到
70 70 - (void)showSignInViewWithScore:(NSString *)score scores:(NSString *)scores day:(NSInteger)day url:(NSString *)url;
  71 +- (void)showSignInViewWithDic:(NSDictionary *)dic;
71 72  
72 73 @end
73 74  
... ...