LinkPlatformTypeFacebook
全部标签 我在下面的另一个文件中定义了一个NS_ENUM:typedefNS_ENUM(NSUInteger,LinkPlatformType){LinkPlatformTypeEmail=1,LinkPlatformTypeFacebook,LinkPlatformTypeGoogle};当我尝试做一个switchcase时:-(void)linkWithType:(LinkPlatformType)linkType{switch(linkType){caseLinkPlatformTypeGoogle:break;caseLinkPlatformTypeFacebook:break;defa
我在下面的另一个文件中定义了一个NS_ENUM:typedefNS_ENUM(NSUInteger,LinkPlatformType){LinkPlatformTypeEmail=1,LinkPlatformTypeFacebook,LinkPlatformTypeGoogle};当我尝试做一个switchcase时:-(void)linkWithType:(LinkPlatformType)linkType{switch(linkType){caseLinkPlatformTypeGoogle:break;caseLinkPlatformTypeFacebook:break;defa