1234567891011121314151617181920 |
- //
- // HXPhotoLimitView.h
- // HXPhotoPickerExample
- //
- // Created by Slience on 2021/9/6.
- // Copyright © 2021 洪欣. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HXPhotoLimitView : UIView
- - (void)setTextColor:(UIColor *)color;
- - (void)setSettingColor:(UIColor *)color;
- - (void)setCloseColor:(UIColor *)color;
- - (void)setBlurEffectStyle:(UIBlurEffectStyle)style;
- @end
- NS_ASSUME_NONNULL_END
|