暂无描述

FKAssistantTrade.h 524B

12345678910111213141516171819202122
  1. //
  2. // FKAssistantTrade.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/8/3.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "Motis.h"
  10. @interface FKAssistantTrade : NSObject
  11. @property (nonatomic, strong) NSString *postID;
  12. @property (nonatomic, strong) NSString *userID;
  13. @property (nonatomic, strong) NSString *title;
  14. @property (nonatomic, strong) NSString *price;
  15. @property (nonatomic, strong) NSString *source;
  16. @property (nonatomic, strong) NSString *photoURL;
  17. @end