@protocol ADFlowDelegate; @interface ADFlow : NSObject @property (retain, nonatomic) id delegate; - (void).cxx_destruct; @end