You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
162 B
C
15 lines
162 B
C
1 year ago
|
//
|
||
|
// Created by Matthew on 2024/1/4.
|
||
|
//
|
||
|
|
||
|
#ifndef MICROPHOTO_TEXTPAINT_H
|
||
|
#define MICROPHOTO_TEXTPAINT_H
|
||
|
|
||
|
|
||
|
class TextPaint {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //MICROPHOTO_TEXTPAINT_H
|