This commit is contained in:
andrew 2023-08-11 17:36:55 +09:30
parent 9813b526f0
commit 16177d5cb1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
package org.thoughtcrime.securesms.dependencies
import dagger.hilt.EntryPoint
import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent
import org.thoughtcrime.securesms.notifications.PushManager
@EntryPoint
@InstallIn(SingletonComponent::class)
interface PushComponent {
}