CTSA.java
361 Bytes
package com.lotus.town.notify;
import com.controller.NotifyType;
/**
* 开屏广告Activity示例
*/
public class CTSA extends BaseSplashActivity {
@Override
protected int getFrom() {
return NotifyType.CONTACT_NOTIFY;
}
@Override
protected String getDestActivity() {
return "com.lotus.town.clean.OtherActivity";
}
}