mirror of https://github.com/axmolengine/axmol.git
9 lines
82 B
C
9 lines
82 B
C
|
#pragma once
|
||
|
|
||
|
class NSArray
|
||
|
{
|
||
|
public:
|
||
|
NSArray(void);
|
||
|
~NSArray(void);
|
||
|
};
|