@interface CNDoNothingLock : NSObject - (void)lock; - (void)unlock; @end