mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-20 02:32:28 +00:00
16 lines
226 B
Objective-C
16 lines
226 B
Objective-C
//
|
|
// ViewController.h
|
|
// Apple2etvOS
|
|
//
|
|
// Created by Jerome Vernet on 01/01/2016.
|
|
// Copyright © 2016 deadc0de.org. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|