#ifndef SORT_MYSTRING_H #define SORT_MYSTRING_H #include "MyString.h" class SortMyString { public: void sort(); }; #endif //#ifndef SORT_MYSTRING_H