6 lines
128 B
C
6 lines
128 B
C
|
|
@interface MWMSegue : UIStoryboardSegue
|
||
|
|
|
||
|
|
+ (void)segueFrom:(UIViewController *)source to:(UIViewController *)destination;
|
||
|
|
|
||
|
|
@end
|