Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. public static final class Companion {
  2.  
  3. /** @deprecated */
  4. // $FF: synthetic method
  5. @JvmStatic
  6. private static void COMPANION_FOO$annotations() {
  7. }
  8.  
  9. @NotNull
  10. public final String getCOMPANION_FOO() {
  11. return RxFragment.COMPANION_FOO;
  12. }
  13.  
  14. private Companion() {
  15. }
  16.  
  17. // $FF: synthetic method
  18. public Companion(DefaultConstructorMarker $constructor_marker) {
  19. this();
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement