lpw
2022-02-15 79188b8f776565da8b5ae59826e9e08fe28630aa
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