Sha256: 748bc3a386146eac6763d48e83c88d4a07bdcd36aa6abc7c93e2fb1add72b69f
Contents?: true
Size: 290 Bytes
Versions: 6
Compression:
Stored size: 290 Bytes
Contents
// // wax_garbage_collection.h // WaxTests // // Created by Corey Johnson on 2/23/10. // Copyright 2010 Probably Interactive. All rights reserved. // #import <Foundation/Foundation.h> @interface wax_gc : NSObject { } + (void)start; + (void)stop; + (void)cleanupUnusedObject; @end
Version data entries
6 entries across 6 versions & 1 rubygems