mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-04 21:27:41 +08:00
12 lines
98 B
C++
12 lines
98 B
C++
#ifndef __NM2_H__
|
|
#define __NM2_H__
|
|
|
|
namespace n2{
|
|
class test2{
|
|
private:
|
|
test2();
|
|
};
|
|
|
|
}
|
|
#endif
|