mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
GEEKING
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user