mcu_hi3321_watch/tjd/ui/common/TjdUiLabelView.h
2025-05-26 20:15:20 +08:00

13 lines
313 B
C++

#ifndef TJDUI_LABEL_VIEW_H
#define TJDUI_LABEL_VIEW_H
#include "components/ui_label_ext.h"
namespace TJD {
class TjdUiLabelView : public OHOS::UILabelExt {
public:
TjdUiLabelView();
virtual ~TjdUiLabelView();
void SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) override;
};
}
#endif