ish/app/BarViewController.h
2018-09-23 16:19:14 -07:00

19 lines
261 B
Objective-C

//
// BarViewController.h
// iSH
//
// Created by Theodore Dubois on 9/23/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BarViewController : UIViewController
@property (weak) IBOutlet UIButton *controlKey;
@end
NS_ASSUME_NONNULL_END