ifish/Ifish/Utinitys/IfishUtils/EspTouchDelegateImpl.h

20 lines
369 B
Objective-C

//
// EspTouchDelegateImpl.h
// Ifish
//
// Created by 祝发冬 on 2023/8/15.
// Copyright © 2023 lianlian. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ESPTouchTask.h"
#import "ESPTouchResult.h"
#import "ESPTouchDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface EspTouchDelegateImpl : NSObject<ESPTouchDelegate>
@end
NS_ASSUME_NONNULL_END