8 lines
154 B
C
8 lines
154 B
C
|
#pragma once
|
||
|
#include "FlashDispInterface.h"
|
||
|
|
||
|
class FLVExternalInterface : public FlashDispInterface
|
||
|
{
|
||
|
private:
|
||
|
BSTR ExternalInterface_call(BSTR xml);
|
||
|
};
|