AusweisApp2
IosCardPointer.h
gehe zur Dokumentation dieser Datei
1 
5 #import <CoreNFC/NFCTag.h>
6 
7 namespace governikus
8 {
9 
12 {
13  id<NFCTag> mNfcTag;
14 };
15 
16 } // namespace governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
Implementation detail which can only be used by Object-C++ since it stores a pointer to an Objective-...
Definition: IosCardPointer.h:12
id< NFCTag > mNfcTag
Definition: IosCardPointer.h:13