酷店

UICollectionViewCell+Extension.m 398B

1234567891011121314151617181920212223242526
  1. //
  2. // UICollectionViewCell+Extension.m
  3. // onePiece
  4. //
  5. // Created by admin on 2019/6/26.
  6. // Copyright © 2019 TPLink. All rights reserved.
  7. //
  8. #import "UICollectionViewCell+Extension.h"
  9. @implementation UICollectionViewCell (Extension)
  10. - (void)setUpSubViews{
  11. }
  12. - (void)configCellWithModel:(id)model indexPath:(NSIndexPath *)indexpath{
  13. }
  14. - (void)setSubViewsConstraints{
  15. }
  16. @end