10 lines
238 B
C
10 lines
238 B
C
![]() |
// Copyright 2018-present 650 Industries. All rights reserved.
|
||
|
#import <UMFileSystemInterface/UMFileSystemInterface.h>
|
||
|
|
||
|
@protocol UMFilePermissionModuleInterface
|
||
|
|
||
|
- (UMFileSystemPermissionFlags)getPathPermissions:(NSString *)path;
|
||
|
|
||
|
@end
|
||
|
|