eid-viewer
eid-viewer library
binhandler.h
1 //
2 // binhandler.h
3 // eID Viewer
4 //
5 // Created by buildslave on 29/04/15.
6 // Copyright (c) 2015 Fedict. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "AppDelegate.h"
11 
12 @protocol binhandler <NSObject>
13 - (void)handle_bin_data:(NSData*)data forLabel:(NSString*)label withUi:(AppDelegate*)ui;
14 @end
Definition: AppDelegate.h:12
Definition: binhandler.h:12