lpw
2023-06-14 2457d93622015b41229cd438bcde68c1bcf729c4
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