mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
17 lines
244 B
Objective-C
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
|