CoreUtils/IMFBody.h

11 lines
103 B
C++

#ifndef __IMFBody_h__
#define __IMFBody_h__
namespace coreutils {
class IMFBody {};
}
#endif