//
//  CommonSetting.h
//  RTPrinterSDK
//
//  Created by King 27/11/2017.
//  Copyright © 2017 Rongta. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "EnumTypeDef.h"


/*!
 通用指令设置
 Common instruction setting
 */
@interface CommonSetting : NSObject

/*!
 恢复初始设置
 Restore the initial settings
 */
-(void)Clear;

@end
