// // ColorIndicatorView.h // DvioomColorPicker // // Created by yanhuanpei on 2018/12/25. // Copyright © 2018 zhuk. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ColorIndicatorView : UIView @property (nonatomic, strong) UIColor *curColor; @end NS_ASSUME_NONNULL_END