Created
August 4, 2017 04:58
-
-
Save Bruno125/49742b71d0cf790af12d82d7e18a1325 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
package com.example.pack.two; | |
// some imports | |
import com.example.pack.one.MyClass; | |
import com.example.pack.one.MyClass.Listener; | |
public final class MainActivity extends AppCompatActivity { | |
protected void onCreate(@Nullable Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
this.setContentView(2130968604); | |
MyClass myClass = new MyClass(); | |
myClass.setListener((Listener)null.INSTANCE); | |
myClass.run(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment