package org.nativescript.widgets;

public enum TabIconRenderingMode {
	template,
	original
}
