refactor: OrLinkを継承するように

This commit is contained in:
usbharu 2024-09-25 20:34:32 +09:00
parent 3f29bac4f5
commit 9b242028e6
Signed by: usbharu
GPG Key ID: 95CBCF7046307B77
4 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,3 @@
package dev.usbharu.activitystreams
interface CollectionOrLink
interface CollectionOrLink : OrLink

View File

@ -1,4 +1,3 @@
package dev.usbharu.activitystreams
interface ImageOrLink {
}
interface ImageOrLink : OrLink

View File

@ -1,4 +1,3 @@
package dev.usbharu.activitystreams
interface UriOrLink {
}
interface UriOrLink : OrLink

View File

@ -1,4 +1,3 @@
package dev.usbharu.activitystreams
interface UriOrUnits {
}
interface UriOrUnits