]> git.saurik.com Git - apple/security.git/blobdiff - keychain/tpctl/tpctl-bridging-header.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / tpctl / tpctl-bridging-header.h
diff --git a/keychain/tpctl/tpctl-bridging-header.h b/keychain/tpctl/tpctl-bridging-header.h
new file mode 100644 (file)
index 0000000..241e916
--- /dev/null
@@ -0,0 +1,17 @@
+
+#import "keychain/TrustedPeersHelper/TrustedPeersHelperProtocol.h"
+#import "tpctl-objc.h"
+#import <Security/OTConstants.h>
+
+#import "keychain/ot/OTDeviceInformationAdapter.h"
+
+// Needed to interface with IDMS
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+#import <AppleAccount/AppleAccount.h>
+#import <AppleAccount/AppleAccount_Private.h>
+#import <AuthKit/AuthKit.h>
+#import <AuthKit/AuthKit_Private.h>
+#pragma clang diagnostic pop
+
+#import <AppleAccount/ACAccount+AppleAccount.h>