You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
256 B

package com.community.pocket.ui.resetpwd;
import com.community.pocket.R;
import com.community.pocket.ui.BaseActivity;
import org.xutils.view.annotation.ContentView;
@ContentView(R.layout.activity)
public class ResetPwdActivity extends BaseActivity {
}