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

Version Path
candle-0.0.7 lib/candle/generators/lua/wax/lib/wax_gc.h
candle-0.0.6 lib/candle/generators/lua/wax/lib/wax_gc.h
candle-0.0.4 lib/candle/generators/lua/wax/lib/wax_gc.h
candle-0.0.3 lib/candle/generators/lua/wax/lib/wax_gc.h
candle-0.0.2 lib/candle/generators/lua/wax/lib/wax_gc.h
candle-0.0.1 lib/candle/generators/lua/wax/lib/wax_gc.h