root/third_party/ocmock/OCMock/OCMPassByRefSetter.h

/* [<][>][^][v][top][bottom][index][help] */
//---------------------------------------------------------------------------------------
//  $Id$
//  Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------

#import <Foundation/Foundation.h>

@interface OCMPassByRefSetter : NSObject 
{
        id value;
}

- (id)initWithValue:(id)value;

- (id)value;

@end

/* [<][>][^][v][top][bottom][index][help] */