aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteTextFieldCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPFavoriteTextFieldCell.h')
-rw-r--r--Source/SPFavoriteTextFieldCell.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/Source/SPFavoriteTextFieldCell.h b/Source/SPFavoriteTextFieldCell.h
index c006c9e7..84bee6ba 100644
--- a/Source/SPFavoriteTextFieldCell.h
+++ b/Source/SPFavoriteTextFieldCell.h
@@ -34,20 +34,10 @@
@interface SPFavoriteTextFieldCell : ImageAndTextCell
{
- NSString *favoriteName;
- NSString *favoriteHost;
-
- NSColor *mainStringColor;
- NSColor *subStringColor;
+ BOOL drawsDividerUnderCell;
}
-- (NSString *)favoriteName;
-- (void)setFavoriteName:(NSString *)name;
-
-- (NSString *)favoriteHost;
-- (void)setFavoriteHost:(NSString *)host;
-
-- (void)invertFontColors;
-- (void)restoreFontColors;
+- (BOOL)drawsDividerUnderCell;
+- (void)setDrawsDividerUnderCell:(BOOL)drawsDivider;
@end