property's synthesized getter follows Cocoa naming convention for returning 'owned' objects






You own any object you create

 

 

allocnewObject, or mutableCopy).

 

一定要注意命名规范,不能以alloc,new,copy,mutableCopy 作为开头命名,比如:newPassword,