Rocket.Chat.ReactNative/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.h

17 lines
301 B
Objective-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