LPW
2022-01-05 035a6d2094def3c420ce5cdb0b4949ce1a0b47c7
commit | author | age
d1f6ab 1 //
H 2 //  WAFBShareVideo.h
3 //  WASdkIntfUI
4 //
5 //  Created by wuyx on 16/3/15.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 /*!
11  @discussion WAFBShareVideo
12  - - -
13  */
14 @interface WAShareVideo : NSObject
15 /*!
16  @abstract The file URL to the video.
17  @return URL that points to the location of the video on disk
18  */
19 @property (nonatomic, copy) NSURL *videoURL;
20 @end