mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
13 lines
162 B
Objective-C
13 lines
162 B
Objective-C
//
|
|
// ViewController.h
|
|
// iOS Demo
|
|
//
|
|
// Created by Ariel Elkin on 03/03/2014.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
@end
|