@interface WBSFileLockPOSIX : NSObject { int _fileDescriptor; } - (void)dealloc; - (id)initWithFileDescriptor:(int)a0; - (void)releaseLock; @end