UICollectionViewCell.h 125 B

12345678
  1. #ifdef __IPHONE_6_0
  2. #include_next <UIKit/UICollectionViewCell.h>
  3. #else
  4. @interface UICollectionViewCell : UIView
  5. @end
  6. #endif