summaryrefslogtreecommitdiffstats
path: root/libconfig/NumData.h
blob: b6ed37c57119833ea24377101904a1360324ed8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NUMDATA_H
#	define NUMDATA_H

#include "Data.h"

@interface NumData: DataObject
{
	long data;
}
-(long)getNum;
@end
#endif