7 lines
170 B
Objective-C
Executable file
7 lines
170 B
Objective-C
Executable file
#import "SBSRelaunchAction.h"
|
|
|
|
@interface SBSRestartRenderServerAction : SBSRelaunchAction
|
|
|
|
+ (instancetype)restartActionWithTargetRelaunchURL:(NSURL *)url;
|
|
|
|
@end
|