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.

14 lines
286 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 {
}