previewLandscapeTopView.h 384 B

1234567891011121314151617181920
  1. //
  2. // previewLandscapeTopView.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/7/10.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface previewLandscapeTopView : UIView
  10. @property(nonatomic,strong) UIButton*backButton;
  11. @property(nonatomic,strong) UILabel *titleLabel;
  12. @property (nonatomic,copy) void (^didClickButton)(NSInteger tag);
  13. @end
  14. NS_ASSUME_NONNULL_END