This commit is contained in:
DDIsFriend
2023-08-23 09:24:40 +08:00
parent 6bd037c5dd
commit 63ca919ed5
494 changed files with 35308 additions and 6623 deletions

View File

@@ -0,0 +1,16 @@
//
// _ImageController.h
// Example_Objc
//
// Created by man 7/25/19.
// Copyright © 2020 man. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "_FileInfo.h"
@interface _ImageController : UIViewController
- (instancetype)initWithImage:(UIImage *)image fileInfo:(_FileInfo *)fileInfo;
@end