diff options
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r-- | Source/SPDataCellFormatter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index c5d9cd99..a2710bf6 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -29,7 +29,7 @@ NSString *fieldType; } -@property(readwrite, assign) NSInteger textLimit; -@property(readwrite, retain) NSString* fieldType; +@property (readwrite, assign) NSInteger textLimit; +@property (readwrite, retain) NSString* fieldType; @end |