//
//  FollowRequestActionModal.swift
//  WoWonder
//
//  Created by Ubaid Javaid on 7/18/20.
//  Copyright © 2020 ScriptSun. All rights reserved.
//

import Foundation

struct FollowRequestActionModal: Codable {
    
    var api_status: Int
    
}
