How does iOS add lazy load attributes to categories, and how does the following code adjust?

-(NSString*)label{
   return objc_getAssociatedObject(self, label);
}
Mar.07,2021
Menu