// // QBAssetsCollectionVideoIndicatorView.h // QBImagePickerControllerDemo // // Created by Katsuma Tanaka on 2014/08/07. // Copyright (c) 2014年 Katsuma Tanaka. All rights reserved. // #import @interface QBAssetsCollectionVideoIndicatorView : UIView @property (nonatomic, assign) NSTimeInterval duration; @end