9 lines
86 B
C++
9 lines
86 B
C++
#ifndef IMAGEANALYZER_H
|
|
#define IMAGEANALYZER_H
|
|
|
|
class ImageAnalyzer
|
|
{
|
|
|
|
};
|
|
|
|
#endif |