Sha256: ff0d56dbb48c8d72b210b8ae458e7812301c58c366c81459f370fce8f6012398
Contents?: true
Size: 646 Bytes
Versions: 6
Compression:
Stored size: 646 Bytes
Contents
// // ViewController.m // <%= config[:project_name] %> // // Created by <%= config[:project_creator] %> on 02/01/2015. // Copyright (c) 2015 <%= 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
6 entries across 3 versions & 1 rubygems