1234567891011121314151617181920 |
- //
- // FKAssistantCard.h
- // FirstLink
- //
- // Created by ascii on 15/8/1.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "Motis.h"
- @interface FKAssistantCard : NSObject
- @property (nonatomic, strong) NSString *userID;
- @property (nonatomic, strong) NSString *headURL;
- @property (nonatomic, strong) NSString *nickname;
- @property (nonatomic, strong) NSString *introduce;
- @end
|