previewLandscapeTopView.h 317 B

123456789101112131415161718
  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. @end
  13. NS_ASSUME_NONNULL_END