// // UICollectionViewCell+Extension.m // onePiece // // Created by admin on 2019/6/26. // Copyright © 2019 TPLink. All rights reserved. // #import "UICollectionViewCell+Extension.h" @implementation UICollectionViewCell (Extension) - (void)setUpSubViews{ } - (void)configCellWithModel:(id)model indexPath:(NSIndexPath *)indexpath{ } - (void)setSubViewsConstraints{ } @end