//
//  WifiPrinterInterface.h
//  RTPrinterSDK
//
//  Created by King 22/11/2017.
//  Copyright © 2017 Rongta. All rights reserved.
//

#import "PrinterInterface.h"


/*!
 wifi连接的接口类
 wifi connection interface class
 */
@interface WifiInterface : PrinterInterface

@end
