//
//  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