/* * TwitterTrend.fx * * Created on 08/02/2010, 12:39:06 AM */ package org.outrospective.rest.demo; /** * @author Kon */ public class TwitterTrend { public var name: String; public var url: String; override function toString(): String { return "{name} {url}\n"; } }