Created
July 24, 2014 17:20
-
-
Save avarabyeu/a823dd8460da18460557 to your computer and use it in GitHub Desktop.
[smarttested] Email Interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Email { | |
private String from; | |
private String to; | |
private String subject; | |
private String body; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment