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" © 2021 Kakao Corp. All rights reserved. (Last updated: 2021-03-10) Generated by jazzy ♪♫ v0.12.0, a Realm project.