mirror of
https://github.com/ish-app/ish.git
synced 2025-12-08 17:36:02 +00:00
17 lines
229 B
Objective-C
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
|