TF-725 Create InlineImage object

This commit is contained in:
dab246
2022-07-20 16:44:36 +07:00
committed by Dat H. Pham
parent e143481739
commit 44c25699a0
2 changed files with 42 additions and 0 deletions
@@ -0,0 +1,5 @@
enum ImageSource {
local,
network
}