Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MWMTypes.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83ba4cdbe94d3197684c6d1bdb70939393f8d719 (plain)
1
2
3
typedef void (^TMWMVoidBlock)();
typedef void (^MWMStringBlock)(NSString *);
typedef void (^MWMImageBlock)(UIImage *);