|
|
@ -24,8 +24,8 @@ import dagger.android.ContributesAndroidInjector |
|
|
|
@Module |
|
|
|
@Module |
|
|
|
abstract class BroadcastReceiverModule { |
|
|
|
abstract class BroadcastReceiverModule { |
|
|
|
@ContributesAndroidInjector |
|
|
|
@ContributesAndroidInjector |
|
|
|
|
|
|
|
|
|
|
|
abstract fun contributeSendStatusBroadcastReceiver() : SendStatusBroadcastReceiver |
|
|
|
abstract fun contributeSendStatusBroadcastReceiver() : SendStatusBroadcastReceiver |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ContributesAndroidInjector |
|
|
|
abstract fun contributeNotificationClearBroadcastReceiver() : NotificationClearBroadcastReceiver |
|
|
|
abstract fun contributeNotificationClearBroadcastReceiver() : NotificationClearBroadcastReceiver |
|
|
|
} |
|
|
|
} |