# import <Foundation/Foundation.h> @interface UpdateChecker : NSObject + (void)checkApplicationNewVersionWithAppStoreId:(NSString *)storeId foundBlock:(void (^)(NSURL *url, NSString *version))block; @end # import "UpdateChecker.h" # define kAppStoreAPIURL @"http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsLookup?id=%@&country=jp" # define kAppStoreLink @"https://itunes.apple.com/app/
