luxlabs header browser preview


@interface CNDoNothingLock : NSObject <NSLocking>

- (void)lock;
- (void)unlock;

@end