RecipeDB/model/recipe/instruction.h

11 lines
120 B
C
Raw Normal View History

#ifndef INSTRUCTION_H
#define INSTRUCTION_H
class Instruction
{
public:
Instruction();
};
#endif // INSTRUCTION_H