Geen omschrijving

QBSlomoIconView.h 302B

1234567891011121314151617
  1. //
  2. // QBSlomoIconView.h
  3. // QBImagePicker
  4. //
  5. // Created by Julien Chaumond on 22/04/2015.
  6. // Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. IB_DESIGNABLE
  10. @interface QBSlomoIconView : UIView
  11. @property (nonatomic, strong) IBInspectable UIColor *iconColor;
  12. @end