Closed SophiaSong closed 5 years ago
When I call init method in OC like [[MonkeyPaws alloc] initWithView:self.window ], I get an error No visible @interface for 'MonkeyPaws' declares the selector 'initWithView:tapUIApplication:' How can I fix it?
Write an AppDelegate category in swift.
When I call init method in OC like [[MonkeyPaws alloc] initWithView:self.window ], I get an error No visible @interface for 'MonkeyPaws' declares the selector 'initWithView:tapUIApplication:' How can I fix it?