Skip to content

Instantly share code, notes, and snippets.

View heinzan's full-sized avatar

heinzan heinzan

  • Yangon,Myanmar
View GitHub Profile
package com.xan.mvpsample.login;
import com.xan.mvpsample.R;
/**
* Created by AUng on 10/25/2016.
*/
public class RegisterPresenter {
private RegisterView view;
private registerservice service;