KCSP/ProductApp/ProductApp/ProductMain/ShouYe/视频处理/图像标记/ShiPingEditBiaoJiView.h

21 lines
284 B
Objective-C

//
// ShiPingEditBiaoJiView.h
// ProductApp
//
// Created by 工作 on 2025/4/3.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ShiPingEditBiaoJiView : UIView
///
@property (nonatomic , strong) NSURL *urlvideo;
-(CGRect)getRectEdit;
@end
NS_ASSUME_NONNULL_END