LimeReport/limereport/lrpageinitintf.h
Arin Alexander 5b95b9b3d6 followTo has been added
followTo has been added
2016-11-04 01:25:46 +03:00

10 lines
164 B
C++

#ifndef LRPAGEINITINTF_H
#define LRPAGEINITINTF_H
class IPageInit{
public:
virtual void pageObjectHasBeenLoaded() = 0;
};
#endif // LRPAGEINITINTF_H