// // MSSAutoresizeLabelFlowCell.h // MSSAutoresizeLabelFlow // // Created by Mrss on 15/12/26. // Copyright © 2015年 expai. All rights reserved. // #import @interface MSSAutoresizeLabelFlowCell : UICollectionViewCell - (void)configCellWithTitle:(NSString *)title; @end