CustomiOSApi  1.06
 All Classes Functions Enumerations Enumerator Pages
PrnCeTL60iOS.h
1 //
2 // PrnCeTL60iOS.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 //Hide it in the documentation
12 // @cond PRIVATE
13 @interface PrnCeTL60iOS : CustomPrinterBase
14 {
15 @public
16 
17 @protected
18 
19 @private
20 }
21 
22 + (NSArray *) GetPRINTER_LISTID;
23 
24 @end
25