ish/app/TerminalViewController.h
2017-10-25 15:27:36 -07:00

18 lines
272 B
Objective-C

//
// ViewController.h
// iSH
//
// Created by Theodore Dubois on 10/17/17.
//
#import <UIKit/UIKit.h>
#import "Terminal.h"
@interface TerminalViewController : UIViewController
@property (readonly) Terminal *terminal;
@end
extern struct tty_driver ios_tty_driver;