Sha256: cb5f09cc595768ac1cfbc035e88c13997ec6491c09bf760933e1ccf590db2a4f
Contents?: true
Size: 579 Bytes
Versions: 33
Compression:
Stored size: 579 Bytes
Contents
// // ViewController.m // <%= config[:project_name] %> // // Copyright (c) <%= config[:organization_name] %>. All rights reserved. // #import "<%= config[:class_prefix] %>ViewController.h" @interface <%= config[:class_prefix] %>ViewController () @end @implementation <%= config[:class_prefix] %>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
Version data entries
33 entries across 33 versions & 1 rubygems