lpw
2021-02-02 319c91dc5faa80969bf4f417e3fc8c7a9095e2c9
commit | author | age
d1f6ab 1 //
H 2 //  WAFBSharePhotoContent.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 #import "WASharingContent.h"
11 /*!
12  @discussion WAFBSharePhotoContent
13  - - -
14  */
15 @interface WASharePhotoContent : NSObject<WASharingContent>
16 /*!
17  @abstract Photos to be shared.
18  @return Array of the photos (WAFBSharePhoto)
19  */
20 @property (nonatomic, copy) NSArray *photos;
21 @end