Bez popisu

FKAssistantCard.h 432B

1234567891011121314151617181920
  1. //
  2. // FKAssistantCard.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/8/1.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "Motis.h"
  10. @interface FKAssistantCard : NSObject
  11. @property (nonatomic, strong) NSString *userID;
  12. @property (nonatomic, strong) NSString *headURL;
  13. @property (nonatomic, strong) NSString *nickname;
  14. @property (nonatomic, strong) NSString *introduce;
  15. @end