From a8b663b2167ef2411668e1eb96c134389545cf99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zaw=C5=82ocki?= Date: Mon, 27 May 2019 13:36:37 +0200 Subject: [PATCH] Adding Math Formula Addon and Math Text property --- .../java/com/lorepo/icf/properties/IMathTextProperty.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/java/com/lorepo/icf/properties/IMathTextProperty.java diff --git a/src/main/java/com/lorepo/icf/properties/IMathTextProperty.java b/src/main/java/com/lorepo/icf/properties/IMathTextProperty.java new file mode 100644 index 0000000..f32a318 --- /dev/null +++ b/src/main/java/com/lorepo/icf/properties/IMathTextProperty.java @@ -0,0 +1,5 @@ +package com.lorepo.icf.properties; + +public interface IMathTextProperty extends IProperty { + +}