123456789101112131415161718192021222324252627 |
- //
- // ViewController.m
- // iOSLibStaticTest
- //
- // Created by Andrew Mackenzie-Ross on 3/02/2015.
- //
- //
- #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
|