// // QBVideoIconView.h // QBImagePicker // // Created by Katsuma Tanaka on 2015/04/04. // Copyright (c) 2015 Katsuma Tanaka. All rights reserved. // #import IB_DESIGNABLE @interface QBVideoIconView : UIView @property (nonatomic, strong) IBInspectable UIColor *iconColor; @end