// Copyright 2019 The TAL Authors. All rights reserved.
#ifndef LIB_OWCR_EXTENSION_PUBLIC_IEXTENSION_PAGES_DELEGATE_
#define LIB_OWCR_EXTENSION_PUBLIC_IEXTENSION_PAGES_DELEGATE_

namespace owcr {
namespace extension {
class IExtensionPagesDelegate {
 public:
  IExtensionPagesDelegate() {}
  virtual ~IExtensionPagesDelegate() {}
};

}  // namespace extension
}  // namespace owcr
#endif  // LIB_OWCR_EXTENSION_PUBLIC_IEXTENSION_PAGES_DELEGATE_
