CoreUtils/IMFText.cpp
2025-03-11 07:34:17 -07:00

10 lines
120 B
C++

#include "IMFText.h"
namespace coreutils {
IMFText::IMFText(int fd, ZString boundary) : MString() {
}
}