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