// // KWExampleGroupDelegate.h // Kiwi // // Created by Luke Redpath on 08/09/2011. // Copyright 2011 Allen Ding. All rights reserved. // #import @class KWExample; @class KWFailure; @protocol KWExampleDelegate - (void)example:(KWExample *)example didFailWithFailure:(KWFailure *)failure; @end