eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
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 forUpdate:(BOOL)update;
14@property BOOL isForeignerCard;
15@end
Definition AppDelegate.h:12
Protocol for implementing a UI.
Definition oslayer-objc.h:86