PhotoBroswerLayout.h 266 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  PPTLayout.h
//  CorePPTVC
//
//  Created by 冯成林 on 15/4/30.
//  Copyright (c) 2015年 冯成林. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface PhotoBroswerLayout : UICollectionViewFlowLayout



+(instancetype)layout:(CGSize)size;



@end