18 lines
356 B
Objective-C
Executable File
18 lines
356 B
Objective-C
Executable File
//
|
|
// Example
|
|
// man
|
|
//
|
|
// Created by man 11/11/2018.
|
|
// Copyright © 2020 man. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "_FileInfo.h"
|
|
|
|
@interface _DirectoryContentsTableViewController : UIViewController
|
|
|
|
@property (nonatomic, assign, getter=isHomeDirectory) BOOL homeDirectory;
|
|
@property (nonatomic, strong) _FileInfo *fileInfo;
|
|
|
|
@end
|