Sha256: 425f6c01c0d28873725ca6c789778c57509cc029b1fd7bffedbceea9e181e5c7

Contents?: true

Size: 425 Bytes

Versions: 2

Compression:

Stored size: 425 Bytes

Contents

//
//  MANotificationCenterAdditions.h
//  ZeroingWeakRef
//
//  Created by Michael Ash on 7/12/10.
//

#import <Foundation/Foundation.h>


@interface NSNotificationCenter (MAZeroingWeakRefAdditions)

/**
 * Returns an opaque observation handle that can be removed with NSNotificationCenter's 'removeObserver:'.
 */
- (id)addWeakObserver: (id)observer selector: (SEL)selector name: (NSString *)name object: (id)object;

@end

Version data entries

2 entries across 2 versions & 1 rubygems

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