// // previewLandscapeTopView.m // Private-X // // Created by xd h on 2024/7/10. // #import "previewLandscapeTopView.h" @interface previewLandscapeTopView () @property(nonatomic,strong) UIButton*shareButton; @property(nonatomic,strong) UIButton*moreButton; @end @implementation previewLandscapeTopView - (id)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; self.backgroundColor = [UIColor hwColor:@"#000000" alpha:0.6]; [self drawAnyView]; return self; } - (void)drawAnyView{ CGFloat curW = SCREEN_W; CGFloat curH = SCREEN_H; if(curW