ish/app/RootsTableViewController.h
2020-06-17 10:04:03 -07:00

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