説明なし

QBVideoIconView.h 301B

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