@class NSString; @protocol CKDOperationInfoDelegate; @interface CKDOperationInfoDelegateWrapper : NSObject @property (weak, nonatomic) id delegate; @property (copy, nonatomic) NSString *personaID; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)performWithDelegate:(id /* block */)a0; @end