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