sencha-lang/Sencha-lang/AST/Assignment.h

18 lines
220 B
C
Raw Normal View History

2012-12-08 19:59:05 +00:00
/*
* Assignment.h
*
* Created on: Dec 7, 2012
* Author: attero
*/
#ifndef ASSIGNMENT_H_
#define ASSIGNMENT_H_
class Assignment {
public:
Assignment();
virtual ~Assignment();
};
#endif /* ASSIGNMENT_H_ */