1234567891011121314151617 |
- //
- // DetectImageForOCRScrollView.h
- // DTFIdentityManager
- //
- // Created by 053508 on 2020/6/28.
- // Copyright © 2020 DTF. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface DetectImageForOCRScrollView : UIScrollView
- @end
- NS_ASSUME_NONNULL_END
|