// // 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