/*juCi++ model header file*/ #ifndef MODEL_H #define MODEL_H #include /* -------------------------- HOW TO -------------------------- */ /* Model classes under Model->public if they are going to be */ /* used from controllers */ /* ------------------ Remove these comments ------------------- */ class Model { public: }; #endif //MODEL_H