/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Platforms/Apple/testbed/iOSTestbed/AppDelegate.m
19 строк
263 B
Russell Keith-Magee
gh-146444: Move the Apple folder to the Platforms directory (#146497)
27 мар 2026, 05:50
Не верифицирован
27 мар 2026, 05:50
36e4ffc
Код
Авторство
О чём код?
// // AppDelegate.m // iOSTestbed // #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { return YES; } @end