配网页面初步
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user