-/*************************************************************************/
-#pragma mark -
-#pragma mark INITIALIZATION METHODS
-/*************************************************************************/
++ (Class)cellClass {
+ return [ITButtonCell class];
+}
+
+- (void)displayIfNeeded {
+ [super displayIfNeededIgnoringOpacity];
+}