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

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