- //
- // JLGroupActivityModel.m
- // shiku_im
- //
- // Created by JayLuo on 2020/4/9.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import "JLGroupActivityModel.h"
- @implementation JLGroupActivityModel
- -(void)setValue:(id)value forUndefinedKey:(NSString *)key{}
- @end
|