# abstract\_adapter.h ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Defines the base class for adapters. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures

Data Structure Name

Description

OHOS::AbstractAdapter

Defines the base class for adapters. You can derive AbstractAdapter based on actual requirements and use the GetView() and GetCount() functions to implement adapters of different data types. For details, see TextAdapter.