16 lines
343 B
C
16 lines
343 B
C
![]() |
//
|
||
|
// EmulatorViewController.h
|
||
|
// emulator
|
||
|
//
|
||
|
// Created by Karen Tsai (angelXwind) on 2014/3/5.
|
||
|
// Copyright (c) 2014 Karen Tsai (angelXwind). All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <GLKit/GLKit.h>
|
||
|
|
||
|
@interface ViewController : GLKViewController
|
||
|
@property (weak, nonatomic) IBOutlet UIBarButtonItem *sidebarButton;
|
||
|
|
||
|
@end
|