#ifndef _SYBASEAPPLICATION_H_
#define _SYBASEAPPLICATION_H_

@interface SybaseAppl {
  char _applName;
}

- initWith:(char*)applName;

- free;




#endif
