123456789101112131415161718 |
- //
- // FKCirclePublicUserItem.h
- // FirstLink
- //
- // Created by ascii on 16/6/8.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKCirclePublicUserItem : NSObject
- @property (nonatomic, strong) NSString *userID;
- @property (nonatomic, strong) NSString *headURL;
- @property (nonatomic, strong) NSString *nickname;
- @end
|