ish/app/ScrollbarView.h
Theodore Dubois f7877506d6 Switch to hterm
xterm.js can't support selection sanely. I originally thought hterm was
kind of abandoned, but it turns out thousands of Googlers rely on it.
So now I can live at head, and have a place to send patches.
2019-09-06 23:30:41 -07:00

19 lines
253 B
Objective-C

//
// ScrollbarView.h
// iSH
//
// Created by Theodore Dubois on 9/2/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ScrollbarView : UIScrollView
@property (nonatomic, nullable) UIView *contentView;
@end
NS_ASSUME_NONNULL_END