2
wxr
2022-11-25 2ae8111cc2bbd17c2a6b94a4e13fda66e711a205
1
2
3
4
5
6
7
8
9
package com.mm.android.deviceaddmodule.mobilecommon.eventbus.event;
 
public class CloseProgressWindow extends BaseEvent {
 
 
    public CloseProgressWindow(String code) {
        super(code);
    }
}