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

19 lines
215 B
C++

#ifndef __IMFText_h__
#define __IMFText_h__
#include "MString.h"
namespace coreutils {
class IMFText : public MString {
public:
IMFText(int fd, ZString boundary);
};
}
#endif