123456789101112131415161718192021 |
- //
- // KDPSearchResuCollectionViewCell.m
- // KuDianProject
- //
- // Created by admin on 2019/7/10.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPSearchResuCollectionViewCell.h"
- @implementation KDPSearchResuCollectionViewCell
- - (instancetype)initWithFrame:(CGRect)frame{
- if (self = [super initWithFrame:frame]) {
-
- }
- return self;
- }
- @end
|