RAModel.m 248 B

1234567891011121314151617
  1. //
  2. // RAModel.m
  3. // RedAnt Mobile
  4. //
  5. // Created by Jack on 2017/10/31.
  6. // Copyright © 2017年 Ray. All rights reserved.
  7. //
  8. #import "RAModel.h"
  9. @implementation RAModel
  10. - (void)setValue:(id)value forUndefinedKey:(NSString *)key {
  11. }
  12. @end