aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/IBorderControl.h
blob: 3178d7f2162ee29aa71a48f999fce6baf83222a0 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "../style/ApplyBorderStyleInfo.h"
#include "Base.h"
#include "cru/common/Base.h"

namespace cru::ui::controls {
struct CRU_UI_API IBorderControl : virtual Interface {
  virtual void ApplyBorderStyle(const style::ApplyBorderStyleInfo& style) = 0;
};
}  // namespace cru::ui::controls