// // QBAssetsCollectionFooterView.h // QBImagePickerController // // Created by Tanaka Katsuma on 2013/12/31. // Copyright (c) 2013年 Katsuma Tanaka. All rights reserved. // #import @interface QBAssetsCollectionFooterView : UICollectionReusableView @property (nonatomic, strong, readonly) UILabel *textLabel; @end