Commit da394ef06eb36db371e98c9ce7325659283e2b66

Authored by zhangxiaowen
1 parent 135d4855

no message

CNLiveIntegralModule/Classes/Tools/CNLiveGoldWhereaboutsView.m
@@ -238,9 +238,9 @@ @@ -238,9 +238,9 @@
238 - (void)dealloc{ 238 - (void)dealloc{
239 NSLog(@"CNLiveGoldWhereaboutsView - dealloc"); 239 NSLog(@"CNLiveGoldWhereaboutsView - dealloc");
240 } 240 }
241 -- (void)login{  
242 - if (self.delegate && [self.delegate respondsToSelector:@selector(login)]) {  
243 - [self.delegate login]; 241 +- (void)loginNow{
  242 + if (self.delegate && [self.delegate respondsToSelector:@selector(loginNow)]) {
  243 + [self.delegate loginNow];
244 } 244 }
245 } 245 }
246 246