chore: Remove unused property in AppDelegate.h

This commit is contained in:
GleidsonDaniel 2024-05-23 15:22:03 -04:00
parent e8fc586b68
commit d3e13727a3
1 changed files with 1 additions and 2 deletions

View File

@ -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