Files
custom_wda/WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.m

12 lines
148 B
Mathematica
Raw 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