// // VKPCTextField.m // VKPC // // Created by Eugene on 10/28/14. // Copyright (c) 2014 Eugene Z. All rights reserved. // #import "VibrantTextField.h" @implementation VibrantTextField - (void)drawRect:(NSRect)dirtyRect { [super drawRect:dirtyRect]; } - (BOOL)allowsVibrancy { return YES; } @end