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