1234567891011121314151617 |
- //
- // KDPBannerModel.m
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/9.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPBannerModel.h"
- @implementation KDPBannerModel
- -(void)setValue:(id)value forUndefinedKey:(NSString *)key
- {
-
- }
- @end
|