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