0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/limereport/lrpageinitintf.h

10 lines
165 B
C
Raw Permalink Normal View History

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