ish/app/UpgradeRootViewController.h
2021-12-13 20:00:45 -08:00

17 lines
229 B
Objective-C

//
// UpgradeRootViewController.h
// iSH
//
// Created by Theodore Dubois on 11/27/21.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UpgradeRootViewController : UIViewController
@end
NS_ASSUME_NONNULL_END