CYDReplyModel.m 312 B

123456789101112131415
  1. //
  2. // CYDReplyModel.m
  3. // MarryU
  4. //
  5. // Created by 志刚杨 on 2017/6/29.
  6. // Copyright © 2017年 voidcat. All rights reserved.
  7. //
  8. #import "CYDReplyModel.h"
  9. @implementation CYDReplyModel
  10. //+ (NSDictionary *)modelContainerPropertyGenericClass{
  11. // return @{@"userInfo":[UserPageInfoModel class]};
  12. //}
  13. @end