Skip to content

Instantly share code, notes, and snippets.

@NeedPainkiller
Created March 14, 2017 09:04
Show Gist options
  • Save NeedPainkiller/2cf8af1d4c1826416b19b8e5e678a5a0 to your computer and use it in GitHub Desktop.
Save NeedPainkiller/2cf8af1d4c1826416b19b8e5e678a5a0 to your computer and use it in GitHub Desktop.
public class Henson {
private Henson() {
}
public static WithContextSetState with(Context context) {
return new com.orca.kam.rxpermission.Henson.WithContextSetState(context);
}
public static class WithContextSetState {
private Context context;
private WithContextSetState(Context context) {
this.context = context;
}
public PermissionActivity$$IntentBuilder gotoPermissionActivity() {
return new com.orca.kam.rxpermission.commons.PermissionActivity$$IntentBuilder(context);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment