《省钱达人》与《猎豆优选》UI相同版。域名tbk

DROtherTopCollectionCell.m 424B

1234567891011121314151617181920212223242526
  1. //
  2. // DROtherTopCollectionCell.m
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/7/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "DROtherTopCollectionCell.h"
  9. #import "DRChildHeaderView.h"
  10. #import "DRTodayModelView.h"
  11. @implementation DROtherTopCollectionCell
  12. - (instancetype)initWithFrame:(CGRect)frame {
  13. self = [super initWithFrame:frame];
  14. if (self) {
  15. }
  16. return self;
  17. }
  18. @end