Created
March 14, 2017 09:04
-
-
Save NeedPainkiller/2cf8af1d4c1826416b19b8e5e678a5a0 to your computer and use it in GitHub Desktop.
This file contains 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 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