Sha256: 14cd1c96b49c972fb2126dd2edb595efeee305cee87edc77b0221ad13909b998
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
#import "MMRuntime.h" id MMAutoreleased(id(^block)(void)) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; id ret = block(); [pool release]; return ret; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-memorymanagement-0.1.0 | MMRuntime/MMRuntime/MMRuntime.m |
motion-memorymanagement-0.0.1 | MMRuntime/MMRuntime/MMRuntime.m |