// Alipay.h : Alipay DLL ����ͷ�ļ�
//

#pragma once

#ifndef __AFXWIN_H__
	#error "�ڰ������ļ�֮ǰ������stdafx.h�������� PCH �ļ�"
#endif

#include "resource.h"		// ������


// CAlipayApp
// �йش���ʵ�ֵ���Ϣ������� Alipay.cpp
//

class CAlipayApp : public CWinApp
{
public:
	CAlipayApp();

// ��д
public:
	virtual BOOL InitInstance();

	DECLARE_MESSAGE_MAP()
};