Commit 1d1e0c42 authored by Jidong Chen's avatar Jidong Chen

remove dead code

parent 3243df70
...@@ -30,14 +30,6 @@ ...@@ -30,14 +30,6 @@
@implementation FLBFlutterViewControllerAdaptor @implementation FLBFlutterViewControllerAdaptor
- (instancetype)init
{
if (self = [super init]) {
}
return self;
}
- (void)viewDidLoad { - (void)viewDidLoad {
[super viewDidLoad]; [super viewDidLoad];
self.view.backgroundColor = [UIColor whiteColor]; self.view.backgroundColor = [UIColor whiteColor];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment