mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
12 lines
148 B
Objective-C
12 lines
148 B
Objective-C
#import "Route.h"
|
|
|
|
@implementation Route
|
|
|
|
@synthesize regex;
|
|
@synthesize handler;
|
|
@synthesize target;
|
|
@synthesize selector;
|
|
@synthesize keys;
|
|
|
|
@end
|