给AppDelegate添加window属性时,直接添加了匿名分类中,报错:Illegal redeclaration of property in class extension 'AppDelegate' (attribute must be 'readwrite', while its primary must be 'readonly')
但是在子类中修改协议(或者基类)的属性的对外权限时,是有警告的:Attribute 'readonly' of property 'window' restricts attribute 'readwrite' of property inherited from 'UIApplicationDelegate'