com.memority.toolkit.inwebo.api.XmlConstants Maven / Gradle / Ivy
/*
* Copyright (c) 2016-2023 Memority. All Rights Reserved.
*
* This file is part of Memority Toolkit API , a Memority project.
*
* This file is released under the Memority Public Artifacts End-User License Agreement,
* see
* Unauthorized copying of this file, via any medium is strictly prohibited.
*/
package com.memority.toolkit.inwebo.api;
public interface XmlConstants {
String NS_TOOLKIT_INWEBO = "http://www.memority.com/toolkit/inwebo/1_0";
}