Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created October 15, 2018 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/63576fefb947a0354e579117907f4ed1 to your computer and use it in GitHub Desktop.
Save icebeam7/63576fefb947a0354e579117907f4ed1 to your computer and use it in GitHub Desktop.
XamarinWhatsApp: Mensaje.cs
namespace XamarinWhatsApp.Modelos
{
public class Mensaje
{
public string From { get; set; }
public string To { get; set; }
public string Body { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment