#import #include @interface Scheme_Object_Wrapper : NSObject { void *root; } - (id)initWithObject: (C_word)obj; - (id)updateWithObject: (C_word)obj; - (C_word)__scheme_object__; @end