noticeModel.m 294 B

123456789101112131415161718192021
  1. //
  2. // noticeModel.m
  3. // Private-X
  4. //
  5. // Created by xd h on 2024/4/1.
  6. //
  7. #import "noticeModel.h"
  8. @implementation noticeDataModel
  9. + (JSONKeyMapper *)keyMapper {
  10. return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"curNoticeId"}];
  11. }
  12. @end
  13. @implementation noticeModel
  14. @end