CustomiOSApi  1.06
 All Classes Functions Enumerations Enumerator Pages
PrnCeKPM150HiOS.h
1 //
2 // PrnCeKPM150HiOS.h
3 // CustomiOSApi
4 //
5 // Created by CUSTOM on 26/07/13.
6 // Copyright (c) 2013 CUSTOM. All rights reserved.
7 //
8 
9 #import "CustomPrinterBase.h"
10 
11 
12 //Hide it in the documentation
13 // @cond PRIVATE
14 @interface PrnCeKPM150HiOS : CustomPrinterBase
15 {
16 @public
17 
18 @protected
19 
20 @private
21 }
22 
23 + (NSArray *) GetPRINTER_LISTID;
24 
25 @end