Skip to content

Commit

Permalink
remove name annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
uakihir0 committed Jan 3, 2024
1 parent c31ed5d commit 0b33041
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
package work.socialhub.kbsky.api.entity.atproto.identity

import kotlinx.serialization.Serializable
import kotlin.experimental.ExperimentalObjCName
import kotlin.native.ObjCName

@Serializable
@OptIn(ExperimentalObjCName::class)
@ObjCName(
name = "KBskyIdentityResolveHandleResponse",
swiftName = "KBskyIdentityResolveHandleResponse",
exact = true
)
class IdentityResolveHandleResponse {
var did: String? = null
}

0 comments on commit 0b33041

Please sign in to comment.