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