diff options
Diffstat (limited to 'Source/SPFavoriteTextFieldCell.h')
-rw-r--r-- | Source/SPFavoriteTextFieldCell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPFavoriteTextFieldCell.h b/Source/SPFavoriteTextFieldCell.h index afc32bcb..931d767d 100644 --- a/Source/SPFavoriteTextFieldCell.h +++ b/Source/SPFavoriteTextFieldCell.h @@ -38,4 +38,6 @@ - (BOOL)drawsDividerUnderCell; - (void)setDrawsDividerUnderCell:(BOOL)drawsDivider; +@property(copy)NSColor *labelColor; + @end |