]> git.saurik.com Git - apple/security.git/blobdiff - keychain/ckksctl/ckksctl.h
Security-58286.31.2.tar.gz
[apple/security.git] / keychain / ckksctl / ckksctl.h
diff --git a/keychain/ckksctl/ckksctl.h b/keychain/ckksctl/ckksctl.h
deleted file mode 100644 (file)
index b7032c6..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-//  Security
-//
-
-#import <Foundation/Foundation.h>
-
-@interface CKKSControl : NSObject
-- (NSDictionary<NSString *, id> *)printPerformanceCounters;
-- (NSDictionary<NSString *, id> *)status: (NSString*) view;
-- (void)status_custom: (NSString*) view;
-- (void)resync: (NSString*) view;
-
-- (void)resetLocal:    (NSString*)view;
-- (void)resetCloudKit: (NSString*) view;
-
-- (void)getAnalyticsJSON;
-- (void)forceAnalyticsUpload;
-@end