chore: Remove unused property in AppDelegate.h
This commit is contained in:
parent
e8fc586b68
commit
d3e13727a3
|
@ -15,9 +15,8 @@
|
|||
#import "ExpoModulesCore-Swift.h"
|
||||
#import "RocketChatRN-Swift.h"
|
||||
|
||||
@interface AppDelegate : EXAppDelegateWrapper <UIApplicationDelegate, RCTBridgeDelegate>
|
||||
@interface AppDelegate : EXAppDelegateWrapper
|
||||
|
||||
@property (nonatomic, strong) UIWindow *window;
|
||||
@property (nonatomic, strong) WatchConnection *watchConnection;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue