NoCotentCell.h 210 B

12345678910111213
  1. //
  2. // NoCotentCell.h
  3. // BuguLive
  4. //
  5. // Created by 杨仁伟 on 2017/9/26.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NoCotentCell : UICollectionViewCell
  10. @end