﻿/// <reference name="MicrosoftAjax.js"/>



Type.registerNamespace("TUI.WebControls");



TUI.WebControls.ICircularListImage = function() {}
TUI.WebControls.ICircularListImage.prototype =
{
    get_positionIdentifier: function() {},
    get_thumbnailImageUrl: function() {},
    get_thumbnailImageTitle: function() {}
}
TUI.WebControls.ICircularListImage.registerInterface('TUI.WebControls.ICircularListImage');




if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();