2 #ifndef OTClique_Private_h
3 #define OTClique_Private_h
5 #import <Security/OTClique.h>
7 NS_ASSUME_NONNULL_BEGIN
9 @interface
OTClique(Private
)
11 + (NSArray
<NSData
*>* _Nullable
)fetchEscrowRecordsInternal
:(OTConfigurationContext
*)configurationContext
12 error
:(NSError
* __autoreleasing
*)error
;
14 + (BOOL
)isCloudServicesAvailable
;
16 - (BOOL
)resetAndEstablish
:(CuttlefishResetReason
)resetReason error
:(NSError
**)error
;
18 - (BOOL
)establish
:(NSError
**)error
;
24 #endif /* OTClique_Private_h */