#ifndef SPLITSTRINGTESTS_H
#define SPLITSTRINGTESTS_H

namespace SplitStringTests {
    void test();
}

#endif