软件版本号

+ (NSString*)appVersion
{
    return [[[NSBundlemainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
}

你可能感兴趣的:(软件版本号)