RGCardViewLayout.h 286 B

12345678910111213141516
  1. //
  2. // RGCardViewLayout.h
  3. // RGCardViewLayout
  4. //
  5. // Created by ROBERA GELETA on 1/23/15.
  6. // Copyright (c) 2015 ROBERA GELETA. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RGCardViewLayout : UICollectionViewFlowLayout
  10. @property (nonatomic, assign) BOOL isCan;
  11. @end