JLGroupActivityModel.m 271 B

12345678910111213
  1. //
  2. // JLGroupActivityModel.m
  3. // shiku_im
  4. //
  5. // Created by JayLuo on 2020/4/9.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import "JLGroupActivityModel.h"
  9. @implementation JLGroupActivityModel
  10. -(void)setValue:(id)value forUndefinedKey:(NSString *)key{}
  11. @end