If I define an property and just do:
@property(nonatomic) UIButton* button;
then I think that it\'s an \"assign\" property. Is that correct?
yes it is.