Files
custom_wda/WebDriverAgentLib/Vendor/RoutingHTTPServer/Route.m
2026-02-03 16:52:44 +08:00

12 lines
148 B
Objective-C

#import "Route.h"
@implementation Route
@synthesize regex;
@synthesize handler;
@synthesize target;
@synthesize selector;
@synthesize keys;
@end