XHBaseCollectionViewCell.h 334 B

12345678910111213
  1. //
  2. // XHBaseCollectionViewCell.h
  3. // MessageDisplayExample
  4. //
  5. // Created by 曾 宪华 on 14-5-20.
  6. // Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface XHBaseCollectionViewCell : UICollectionViewCell
  10. @end