1234567891011121314151617 |
- //
- // FKProThemeActivityItem.h
- // FirstLink
- //
- // Created by ascii on 2016/11/11.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKProThemeActivityItem : NSObject
- @property (nonatomic, strong) NSString *photoURL;
- @property (nonatomic, strong) NSString *targetURL;
- @end
|