CoreUtils/IMFBody.h
2020-11-07 17:25:37 -08:00

11 lines
100 B
C++

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