// // Licensed under the terms in License.txt // // Copyright 2010 Allen Ding. All rights reserved. // #import "KiwiConfiguration.h" #import "KWBlockNode.h" #import "KWExampleNode.h" @interface KWBeforeAllNode : KWBlockNode #pragma mark - Initializing + (id)beforeAllNodeWithCallSite:(KWCallSite *)aCallSite block:(void (^)(void))block; @end