hank
2017-06-14 dcbf70902c8986e8271fd60d25b114e103d8e7f4
commit | author | age
dcdc07 1 //
W 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