eid-viewer
eid-viewer library
AppDelegate.h
1 //
2 // AppDelegate.h
3 // eID Viewer
4 //
5 // Created by buildslave on 23/04/15.
6 // Copyright (c) 2015 Fedict. All rights reserved.
7 //
8 
9 #import <Cocoa/Cocoa.h>
10 #import <BeidView/oslayer-objc.h>
11 
12 @interface AppDelegate : NSObject <NSApplicationDelegate,eIDOSLayerUI>
13 - (NSObject*)searchObjectById:(NSString*)identity ofClass:(Class)aClass;
14 @end
Definition: AppDelegate.h:12
Protocol for implementing a UI.
Definition: oslayer-objc.h:69