HXPhotoLimitView.h 434 B

1234567891011121314151617181920
  1. //
  2. // HXPhotoLimitView.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Slience on 2021/9/6.
  6. // Copyright © 2021 洪欣. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HXPhotoLimitView : UIView
  11. - (void)setTextColor:(UIColor *)color;
  12. - (void)setSettingColor:(UIColor *)color;
  13. - (void)setCloseColor:(UIColor *)color;
  14. - (void)setBlurEffectStyle:(UIBlurEffectStyle)style;
  15. @end
  16. NS_ASSUME_NONNULL_END