shareBySecretView.h 401 B

12345678910111213141516171819
  1. //
  2. // shareBySecretView.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/5/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "addShareModel.h"
  9. #import "NASFilePicModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface shareBySecretView : UIView
  12. @property (nonatomic, strong) NSMutableArray*didSelectListArr;//选中的数据
  13. @property (nonatomic, strong) addShareModel*addShareMod;//
  14. @end
  15. NS_ASSUME_NONNULL_END