PBConst.h 318 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
//
//  PBConst.h
//  CorePhotoBroswerVC
//
//  Created by 冯成林 on 15/5/7.
//  Copyright (c) 2015年 冯成林. All rights reserved.
//


#ifndef _PBCONST_H_
#define _PBCONST_H_


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>




/** 间距 */
extern const CGFloat PBMargin;

















#endif