epptouch sdk更新,闪退修改强化
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// ESPTouchDelegate.h
|
||||
// EspTouchDemo
|
||||
//
|
||||
// Created by fby on 8/14/15.
|
||||
// Copyright (c) 2015 fby. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "ESPTouchResult.h"
|
||||
|
||||
|
||||
@protocol ESPTouchDelegate <NSObject>
|
||||
|
||||
/**
|
||||
* when new esptouch result is added, the listener will call
|
||||
* onEsptouchResultAdded callback
|
||||
*
|
||||
* @param result
|
||||
* the Esptouch result
|
||||
*/
|
||||
-(void) onEsptouchResultAddedWithResult: (ESPTouchResult *) result;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user