/ keychain / tpctl / tpctl-bridging-header.h
tpctl-bridging-header.h
 1  
 2  #import "keychain/TrustedPeersHelper/TrustedPeersHelperProtocol.h"
 3  #import "tpctl-objc.h"
 4  #import <Security/OTConstants.h>
 5  
 6  #import "keychain/ot/OTDeviceInformationAdapter.h"
 7  
 8  // Needed to interface with IDMS
 9  #pragma clang diagnostic push
10  #pragma clang diagnostic ignored "-Wdeprecated-declarations"
11  #import <AppleAccount/AppleAccount.h>
12  #import <AppleAccount/AppleAccount_Private.h>
13  #import <AuthKit/AuthKit.h>
14  #import <AuthKit/AuthKit_Private.h>
15  #pragma clang diagnostic pop
16  
17  #import <AppleAccount/ACAccount+AppleAccount.h>