- //
- // CYDReplyModel.m
- // MarryU
- //
- // Created by 志刚杨 on 2017/6/29.
- // Copyright © 2017年 voidcat. All rights reserved.
- //
- #import "CYDReplyModel.h"
- @implementation CYDReplyModel
- //+ (NSDictionary *)modelContainerPropertyGenericClass{
- // return @{@"userInfo":[UserPageInfoModel class]};
- //}
- @end
|