mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
17 lines
257 B
Objective-C
17 lines
257 B
Objective-C
//
|
|
// RootsTableViewController.h
|
|
// iSH
|
|
//
|
|
// Created by Theodore Dubois on 6/7/20.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RootsTableViewController : UITableViewController <UIDocumentPickerDelegate>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|