@protocol DMCRFSnapshotSourceDelegate, DMCRFSnapshotSource; @interface DMCRFMBRestoreDelegate : NSObject @property (weak, nonatomic) id delegate; @property (weak, nonatomic) id snapshotSource; - (void)managerDidFinishRestore:(id)a0; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0 source:(id)a1; @end