/**
 * Copyright © 2010, Res Interactive, LLC. All Rights Reserved.
 */
package com.tootsville.user;

import org.starhope.appius.util.RecordLoader;

/**
 * WRITEME: Document this type.
 *
 * @author brpocock@star-hope.org
 *
 */
public interface TootUserTrailerLoader extends
		RecordLoader <TootUserTrailer> {
	// marker interface
}
