There is no such keyword "atomic"
@property(atomic, retain) UITextField *userName;
We can use the above like
@property(retain) UITextField *userName;
See Stack Overflow question I am getting issues if I use @property(atomic,retain)NSString *myString.