// // RGCardViewLayout.h // RGCardViewLayout // // Created by ROBERA GELETA on 1/23/15. // Copyright (c) 2015 ROBERA GELETA. All rights reserved. // #import @interface RGCardViewLayout : UICollectionViewFlowLayout @property (nonatomic, assign) BOOL isCan; @end