hank
2017-03-03 71172661cf242ba67cf68c387ce24079ead55930
commit | author | age
6e1425 1 //
H 2 //  wax_garbage_collection.h
3 //  WaxTests
4 //
5 //  Created by Corey Johnson on 2/23/10.
6 //  Copyright 2010 Probably Interactive. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11
12 @interface wax_gc : NSObject {
13
14 }
15
16 + (void)start;
17 + (void)stop;
18 + (void)cleanupUnusedObject;
19
20 @end