add files
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
make.centerX.mas_equalTo(self.view.mas_centerX);
|
||||
make.top.mas_equalTo(self.view.mas_top).offset(200);
|
||||
}];
|
||||
|
||||
dismisBtn.layer.masksToBounds = YES;
|
||||
dismisBtn.layer.cornerRadius = 15;
|
||||
|
||||
@@ -47,7 +46,6 @@
|
||||
|
||||
-(void)dismisBtnAction{
|
||||
|
||||
|
||||
[self dismissViewControllerAnimated:YES completion:^{
|
||||
NC_POST_NAME_OBJECT(APP_GUARD_DISSMISS, nil);
|
||||
}];
|
||||
@@ -58,14 +56,4 @@
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
/*
|
||||
#pragma mark - Navigation
|
||||
|
||||
// In a storyboard-based application, you will often want to do a little preparation before navigation
|
||||
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
|
||||
// Get the new view controller using [segue destinationViewController].
|
||||
// Pass the selected object to the new view controller.
|
||||
}
|
||||
*/
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user