标签: ios objective-c
在AppDelegete.m中有方法:
+ (AppDelegate *)shared { return [[UIApplication sharedApplication] delegate] }
如何使用该方法在其他类中获取managedObjectContext(即没有创建适当的属性)?