Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Created April 18, 2016 04:29
Show Gist options
  • Save johnthepink/bd4af8df7d2bf1f50a75ce127f3979c0 to your computer and use it in GitHub Desktop.
Save johnthepink/bd4af8df7d2bf1f50a75ce127f3979c0 to your computer and use it in GitHub Desktop.
class BitminterNative extends Component {
constructor(props) {
super(props);
this.state = {
user: null,
api_key: null,
input_value: null,
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment