diff --git a/ios/RocketChatRN/AppDelegate.h b/ios/RocketChatRN/AppDelegate.h index d4a4f304e..5b80ed8a5 100644 --- a/ios/RocketChatRN/AppDelegate.h +++ b/ios/RocketChatRN/AppDelegate.h @@ -15,9 +15,8 @@ #import "ExpoModulesCore-Swift.h" #import "RocketChatRN-Swift.h" -@interface AppDelegate : EXAppDelegateWrapper +@interface AppDelegate : EXAppDelegateWrapper -@property (nonatomic, strong) UIWindow *window; @property (nonatomic, strong) WatchConnection *watchConnection; @end