ish/app/ThemesViewController.h
2022-08-23 18:16:34 -07:00

17 lines
244 B
Objective-C

//
// ThemesViewController.h
// iSH
//
// Created by Saagar Jha on 2/25/22.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ThemesViewController : UITableViewController<UIDocumentPickerDelegate>
@end
NS_ASSUME_NONNULL_END