16 lines
222 B
Objective-C
16 lines
222 B
Objective-C
|
|
//
|
||
|
|
// ViewController.h
|
||
|
|
// Example
|
||
|
|
//
|
||
|
|
// Created by Douglas Bumby on 2015-07-11.
|
||
|
|
// Copyright (c) 2015 Cosmic Labs. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@interface ViewController : UIViewController
|
||
|
|
|
||
|
|
|
||
|
|
@end
|
||
|
|
|