mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
8 lines
116 B
C
8 lines
116 B
C
![]() |
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface EmulatorViewController : UIViewController
|
||
|
|
||
|
@property NSString* imagePath;
|
||
|
|
||
|
@end
|