GBA-8-19/External/Roxas/RoxasTests/RSTSilentAssertionHandler.h
2024-06-14 17:15:51 +08:00

17 lines
256 B
Objective-C

//
// RSTSilentAssertionHandler.h
// Roxas
//
// Created by Hthik on 1/13/17.
// Copyright © 2017 Hthik. All rights reserved.
//
@import Foundation;
@interface RSTSilentAssertionHandler : NSAssertionHandler
+ (void)enable;
+ (void)disable;
@end