// Do any additional setup after loading the view, typically from a nib.
}
-(void)Open:(UIButton *)open{
self.view.backgroundColor = [UIColor redColor];
NSLog(@"open.....");
}
-(void)Delte{
self.view.backgroundColor = [UIColor whiteColor];
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}