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

Version Path
fwtoolkit-2.0.2 templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt
fwtoolkit-2.0.2 templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt
fwtoolkit-2.0.1 templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt
fwtoolkit-2.0.1 templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt
fwtoolkit-2.0.0 templates/objc_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt
fwtoolkit-2.0.0 templates/swift_project/xcode/%project_name%/%target_name%/%class_prefix%ViewController.m.tt