// // Licensed under the terms in License.txt // // Copyright 2013 Allen Ding. All rights reserved. // // Contributed by https://github.com/dwlnetnl // #import "KiwiConfiguration.h" @protocol KWVerifying; @interface NSProxy (KiwiVerifierAdditions) #pragma mark - Attaching to Verifiers - (id)attachToVerifier:(id)aVerifier; - (id)attachToVerifier:(id)firstVerifier verifier:(id)secondVerifier; @end