forked from organicmaps/organicmaps
5 lines
128 B
Objective-C
5 lines
128 B
Objective-C
@interface MWMSegue : UIStoryboardSegue
|
|
|
|
+ (void)segueFrom:(UIViewController *)source to:(UIViewController *)destination;
|
|
|
|
@end
|