diff options
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r-- | Source/SPDataCellFormatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index a669fdc6..66bf442e 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -28,10 +28,12 @@ @interface SPDataCellFormatter : NSFormatter { NSInteger textLimit; + NSString *fieldType; } #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 @property NSInteger textLimit; + @property NSString* fieldType; #else -(NSInteger)textLimit; -(void)setTextLimit:(NSInteger)limit; |