module uim.oop.properties.templ;

import uim.oop;

class PropertyTempl(T) : PropertyObj {
	this() { }
}