Sha256: d36785bec42b18ef48ef02b0d3677c52e4808e3b2bd0faf4fc91f15c98fb1c30

Contents?: true

Size: 512 Bytes

Versions: 5

Compression:

Stored size: 512 Bytes

Contents

//
//  SomeObject.m
//  Fixtures
//
//  Created by Mark Larsen on 10/16/14.
//  Copyright (c) 2014 marklarr. All rights reserved.
//

#import "SomeObject.h"

@implementation SomeObject

- (void) willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects // Long line is long.
{
    [self validateValue:nil forKeyPath:nil error:nil] && [self validateValue:nil forKeyPath:nil error:nil] && [self validateValue:nil forKeyPath:nil error:nil];
}

@end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mayday-0.2.0 spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m
mayday-0.1.2 spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m
mayday-0.1.1 spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m
mayday-0.1.0 spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m
mayday-0.0.1 spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m