Foto.java :  » UnTagged » tesis-ar » org » tesis » Android Open Source

Android Open Source » UnTagged » tesis ar 
tesis ar » org » tesis » Foto.java
package org.tesis;

import android.graphics.Bitmap;

public class Foto 
{
  public String pathFoto = "";
  public Bitmap imgFoto  = null;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.