酷店

MSSAutoresizeLabelFlowCell.h 299B

12345678910111213141516171819
  1. //
  2. // MSSAutoresizeLabelFlowCell.h
  3. // MSSAutoresizeLabelFlow
  4. //
  5. // Created by Mrss on 15/12/26.
  6. // Copyright © 2015年 expai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MSSAutoresizeLabelFlowCell : UICollectionViewCell
  10. - (void)configCellWithTitle:(NSString *)title;
  11. @end