Sha256: 92b1c536613f2194d31b1b0e21a32faad5816de33730e42be410d2ec0008c2e4

Contents?: true

Size: 216 Bytes

Versions: 2

Compression:

Stored size: 216 Bytes

Contents

//
//  MAWeakDictionary.h
//  ZeroingWeakRef
//
//  Created by Mike Ash on 7/13/10.
//

#import <Foundation/Foundation.h>


@interface MAWeakDictionary : NSMutableDictionary
{
    NSMutableDictionary *_dict;
}

@end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-memorymanagement-0.1.0 MMRuntime/MMRuntime/MAWeakDictionary.h
motion-memorymanagement-0.0.1 MMRuntime/MMRuntime/MAWeakDictionary.h