imageDetailsScrollViewController.h 507 B

1234567891011121314151617181920212223
  1. //
  2. // imageDetailsScrollViewController.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/5/16.
  6. //
  7. #import "BaseViewController.h"
  8. #import "lastFileManager.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface imageDetailsScrollViewController : BaseViewController
  11. @property(nonatomic,assign) NSInteger index;
  12. @property(nonatomic,strong) NSMutableArray*totalDataArr;
  13. @property(nonatomic,assign)BOOL canShareType;
  14. @property (nonatomic,copy) void (^didNeedDeleteFile)(NSString*filePath);
  15. @end
  16. NS_ASSUME_NONNULL_END