// // MilagroTest.h // milagro-test-app // // Created by Kirill Neznamov on 03/05/2017. // Copyright © 2017 Kirill Neznamov. All rights reserved. // #import @interface MilagroTest : NSObject +(void) testAll; @end