mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
18 lines
273 B
Objective-C
18 lines
273 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 (nonatomic) Terminal *terminal;
|
|
|
|
@end
|
|
|
|
extern struct tty_driver ios_tty_driver;
|