FriendRelationType public enum FriendRelationType : String, Codable 친구 추가 상태 열거형 Friend 친구인 상태 Declaration Swift case Friend = "friend" NoFriend 친구가 아닌 상태 Declaration Swift case NoFriend = "no_friend" NA 상태를 알 수 없음 Declaration Swift case NA = "N/A" © 2022 Kakao Corp. All rights reserved. (Last updated: 2022-06-10) Generated by jazzy ♪♫ v0.14.2, a Realm project.