/
githubmirror
/
fastlane
Обзор
Документация
Войти
/
githubmirror
/
fastlane
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scan/examples/standard/app/ViewController.m
26 строк
437 B
Josh Holtz
Remove copyright from iOS source files (.h, .m, .swift) (#12795)
26 июн 2018, 18:07
Не верифицирован
26 июн 2018, 18:07
f32b007
Код
Авторство
О чём код?
// // ViewController.m // app // // Created by Felix Krause on 01/10/15. // #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