点语法 新解

@interface Person :NSObject

+ (instance)shareInstance;

@end

Person.shareInstance 返回单例

原文地址:https://www.cnblogs.com/AlvinCrash/p/5405071.html