ifish/Ifish/ESPTouch/protocol/ESPGuideCode.h

16 lines
224 B
Objective-C

//
// ESPGuideCode.h
// EspTouchDemo
//
// Created by fby on 4/9/15.
// Copyright (c) 2015 fby. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ESPGuideCode : NSObject
- (NSData *) getU16s;
@end