Added class ObjectBinder for common data binding.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "shopservice.h"
|
||||
|
||||
ShopService::ShopService()
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef SHOPSERVICE_H
|
||||
#define SHOPSERVICE_H
|
||||
|
||||
|
||||
class ShopService
|
||||
{
|
||||
public:
|
||||
ShopService();
|
||||
};
|
||||
|
||||
#endif // SHOPSERVICE_H
|
||||
Reference in New Issue
Block a user