@class NSString, NSFileHandle; @interface CDDCloudKitRegistrationMessage : CDDCloudKitMessage { NSString *_bundleIdentifier; NSFileHandle *_storeFileHandle; NSString *_storePath; NSString *_storeFileProtectionClass; NSString *_storeType; NSString *_storeConfigurationName; NSString *_containerIdentifier; } + (BOOL)supportsSecureCoding; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; @end