1234567891011121314151617 |
- //
- // ZBbannerModel.m
- // ZBProject
- //
- // Created by 学丽 on 2019/4/10.
- // Copyright © 2019 ZB. All rights reserved.
- //
- #import "ZBbannerModel.h"
- @implementation ZBbannerModel
- -(void)setValue:(id)value forUndefinedKey:(NSString *)key
- {
-
- }
- @end
|