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