Skip to content

Instantly share code, notes, and snippets.

@macintoxic
Created November 25, 2011 14:49
Show Gist options
  • Save macintoxic/1393691 to your computer and use it in GitHub Desktop.
Save macintoxic/1393691 to your computer and use it in GitHub Desktop.
public abstract class CartaoWeb {
public CartaoWeb() {
// TODO Auto-generated constructor stub
}
String destinatario;
public abstract void showMessage();
public void teste()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment