/
githubmirror
/
fastlane
Обзор
Документация
Войти
/
githubmirror
/
fastlane
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
snapshot/example/ExampleTV/ViewController.m
26 строк
431 B
Josh Holtz
Remove copyright from iOS source files (.h, .m, .swift) (#12795)
26 июн 2018, 18:07
Не верифицирован
26 июн 2018, 18:07
f32b007
Код
Авторство
О чём код?
// // ViewController.m // ExampleTV // // Created by Aman Gupta on 8/9/16. // #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. } @end