From d3e13727a3e6ab7e103945283c3150d0299cc0d0 Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Thu, 23 May 2024 15:22:03 -0400 Subject: [PATCH] chore: Remove unused property in AppDelegate.h --- ios/RocketChatRN/AppDelegate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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