1234567891011121314151617181920 |
- //
- // YOUPAIZYSendVideoByLocalVC.h
- // VQU
- //
- // Created by Elaine on 2020/11/9.
- // Copyright © 2020 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIZYSendVideoByLocalVC : ZCBaseVC
- @property(nonatomic,strong)UIImage *youpaipcoverImage;
- @property(nonatomic,strong)NSString *youpaipvideoFileName;
- /* 是否为动态上传 */
- @property (assign, nonatomic) BOOL youpaipisDynamicVC;
- @end
- NS_ASSUME_NONNULL_END
|