mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-05 05:37:53 +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
|