Files
OrderScheduling/Pods/CocoaDebug/Sources/Sandbox/_FilePreviewController.h
DDIsFriend 63ca919ed5 update
2023-08-23 09:24:40 +08:00

18 lines
264 B
Objective-C
Executable File

//
// Example
// man
//
// Created by man 11/11/2018.
// Copyright © 2020 man. All rights reserved.
//
#import <UIKit/UIKit.h>
@class _FileInfo;
@interface _FilePreviewController : UIViewController
@property (nonatomic, strong) _FileInfo *fileInfo;
@end