/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.14.6
Mac/PythonLauncher/MyAppDelegate.h
15 строк
290 B
Serhiy Storchaka
bpo-32150: Expand tabs to spaces in C files. (#4583)
28 ноя 2017, 18:56
Не верифицирован
28 ноя 2017, 18:56
598ceae
Код
Авторство
О чём код?
/* MyAppDelegate */ #import <Cocoa/Cocoa.h> @interface MyAppDelegate : NSObject { BOOL initial_action_done; BOOL should_terminate; } - (id)init; - (IBAction)showPreferences:(id)sender; - (BOOL)shouldShowUI; - (BOOL)shouldTerminate; - (void)testFileTypeBinding; @end