/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
iOS/RobloxUI/Source/AppDelegateROMA.h
21 строка
424 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// // 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