@interface NumberField : SPTextField { int mValue; } @property (nonatomic, assign) int value; @end