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> |
2a54d4
|
10 |
#import <WASdkIntf/WASharingContent.h> |
dcdc07
|
11 |
/*! |
W |
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 |