This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
FlashBack/FlashBack/SBSRestartRenderServerAction.h
2021-09-05 02:23:42 +01:00

7 lines
170 B
Objective-C
Executable file

#import "SBSRelaunchAction.h"
@interface SBSRestartRenderServerAction : SBSRelaunchAction
+ (instancetype)restartActionWithTargetRelaunchURL:(NSURL *)url;
@end