remove ignored pt.2
This commit is contained in:
15
image/checkimage.h
Normal file
15
image/checkimage.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef CHECKIMAGE_H
|
||||
#define CHECKIMAGE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class CheckImage {
|
||||
std::string path;
|
||||
public:
|
||||
CheckImage(std::string path);
|
||||
|
||||
std::string parse_text();
|
||||
|
||||
};
|
||||
|
||||
#endif // CHECKIMAGE_H
|
||||
Reference in New Issue
Block a user