#ifndef _SYBASEOBJECT_H_
#define _SYBASEOBJECT_H_

#include <objc/Object.h>

#define BOOL SYBBOOL
#include <sybfront.h>
#include <sybdb.h>
#undef BOOL

@interface SybaseObject : Object {
}

@end

#endif
