ish/app/TerminalView.h
2017-11-03 16:17:50 -07:00

16 lines
221 B
Objective-C

//
// TerminalView.h
// iSH
//
// Created by Theodore Dubois on 11/3/17.
//
#import <UIKit/UIKit.h>
#import "Terminal.h"
@interface TerminalView : UIView <UIKeyInput>
@property (nonatomic) Terminal *terminal;
@end