Files

12 lines
148 B
Mathematica
Raw Permalink Normal View History

2026-02-03 16:52:44 +08:00
#import "Route.h"
@implementation Route
@synthesize regex;
@synthesize handler;
@synthesize target;
@synthesize selector;
@synthesize keys;
@end