|
//
|
|
// 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
|