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

MWMSegue.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 457a02da1e3eb250c6c7ffa7cd426413c32d2480 (plain)
1
2
3
4
5
@interface MWMSegue : UIStoryboardSegue

+ (void)segueFrom:(UIViewController *)source to:(UIViewController *)destination;

@end