Wuyx
2017-01-04 0ba5a82e9ec833aa36729dfbad7deffbf3ea05c6
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