// // previewLandscapeTopView.h // // // Created by David on 2024/7/10. // #import NS_ASSUME_NONNULL_BEGIN @interface previewLandscapeTopView : UIView @property(nonatomic,strong) UIButton*backButton; @property(nonatomic,strong) UILabel *titleLabel; @property (nonatomic,copy) void (^didClickButton)(NSInteger tag); @end NS_ASSUME_NONNULL_END