Sha256: 9068b4aa68a4827ab682c03a663af2fe71ee38d90e7babfdbf7f18cbc68e39d0

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

//
//  TestObj.m
//  OCTest
//
//  Created by Phil on 13/11/2010.
//  Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
//
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#import "TestObj.h"


@implementation TestObj

@synthesize int_val;

-(BOOL) isTrue {
    return YES;
}
-(BOOL) isFalse {
    return NO;
}

@end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
redsnow-0.3.2 ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/TestObj.m
redsnow-0.3.2 ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/TestObj.m