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