WindTheBusiness/com/yahoo/astra/fl/containers/IRendererContainer.as
2020-10-20 00:58:15 +02:00

22 lines
376 B
ActionScript
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
*/
package com.yahoo.astra.fl.containers
{
public interface IRendererContainer
{
function setRendererStyle(name:String, value:Object, column:uint=0):void
}
}