//
//  ResultClass.h
//  CIDPrinterLibrary
//
//  Created by Uwe Hoppe on 28.11.21.
//

#ifndef ResultClass_h
#define ResultClass_h

@interface ResultClass : NSObject

-(NSDictionary*)getJSONObject;
-(NSArray*)getJSONArray;

@end

#endif /* ResultClass_h */
