// // QBAssetsCollectionViewLayout.h // QBImagePickerController // // Created by Tanaka Katsuma on 2013/12/31. // Copyright (c) 2013年 Katsuma Tanaka. All rights reserved. // #import @interface QBAssetsCollectionViewLayout : UICollectionViewFlowLayout + (instancetype)layout; @end