KCSP/ProductApp/ProductApp/ProductMain/ShouYe/视频处理/印记/ShiPingEditShuiYinView.h

22 lines
360 B
Objective-C

//
// ShiPingEditShuiYinView.h
// ProductApp
//
// Created by 工作 on 2025/4/9.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ShiPingEditShuiYinView : UIView
///
@property (nonatomic , strong) NSURL *urlvideo;
///1文字 2图片
-(void)addType:(int)type;
-(void)setItemLayerHidden;
-(CALayer *)getShowLayer;
@end
NS_ASSUME_NONNULL_END