Commit f34f51e840ad59fe5fe6c0b0e7b84143c0717c79

Authored by zhangxiaowen
1 parent 746727fe

no message

CNLiveLoginModule/Classes/Controller/CNLiveCompleteInfoController.m
... ... @@ -43,7 +43,6 @@
43 43  
44 44 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
45 45 [self.view endEditing:YES];
46   -
47 46 }
48 47  
49 48 #pragma mark - CNLiveCompleteInfoViewDelegate
... ... @@ -52,7 +51,6 @@
52 51 // [XWAlertView alertSucceedViewWithTextMessage:@"登录成功" block:^{
53 52 // [XWLoginNotification postUserLoginNotification:result];
54 53 // }];
55   -
56 54 }
57 55  
58 56 /*
... ...