This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
//
// AppDelegate.h
// RobloxMobile
//
// Created by David York on 9/20/12.
// Copyright (c) 2012 ROBLOX. All rights reserved.
//
#import <UIKit/UIKit.h>
#include "PlaceLauncher.h"
@interface AppDelegateROMA : UIResponder <UIApplicationDelegate>
{
rbx::signals::scoped_connection messageOutConnection;
}
@property (strong, nonatomic) UIWindow *window;
@property (assign) UIBackgroundTaskIdentifier bgTask;
@end