Skip to content

Commit

Permalink
Merge pull request #533 from TPGorTJK/master
Browse files Browse the repository at this point in the history
#88 #204 lab2
  • Loading branch information
zengsn committed Apr 28, 2016
2 parents 4327f8f + 536341c commit 52f1ec5
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.jike13.tjk.com1314080901132;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;

public class Com1314080901132Activity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}

0 comments on commit 52f1ec5

Please sign in to comment.