package com.wcohen.ss.api;

public interface SourcedStringWrapper extends StringWrapper
{
    public String getSource();
}
