酷店

KDPSearchResuCollectionViewCell.m 374B

123456789101112131415161718192021
  1. //
  2. // KDPSearchResuCollectionViewCell.m
  3. // KuDianProject
  4. //
  5. // Created by admin on 2019/7/10.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import "KDPSearchResuCollectionViewCell.h"
  9. @implementation KDPSearchResuCollectionViewCell
  10. - (instancetype)initWithFrame:(CGRect)frame{
  11. if (self = [super initWithFrame:frame]) {
  12. }
  13. return self;
  14. }
  15. @end