7
मैं स्विफ्ट 4 में एनम डिकोडेबल कैसे बनाऊं?
enum PostType: Decodable { init(from decoder: Decoder) throws { // What do i put here? } case Image enum CodingKeys: String, CodingKey { case image } } इसे पूरा करने के लिए मुझे क्या करना चाहिए? इसके अलावा, मैं कहता हूं कि मैंने इसे बदल दिया है case: case image(value: …