aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataCellFormatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r--Source/SPDataCellFormatter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h
index a2ba23b1..c5d9cd99 100644
--- a/Source/SPDataCellFormatter.h
+++ b/Source/SPDataCellFormatter.h
@@ -29,7 +29,7 @@
NSString *fieldType;
}
-@property NSInteger textLimit;
-@property NSString* fieldType;
+@property(readwrite, assign) NSInteger textLimit;
+@property(readwrite, retain) NSString* fieldType;
@end