16 lines
302 B
Swift
16 lines
302 B
Swift
//
|
|
// SBUBaseSelectUserModule.swift
|
|
// SendbirdUIKit
|
|
//
|
|
// Created by Tez Park on 2021/09/30.
|
|
// Copyright © 2021 Sendbird, Inc. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
// MARK: SBUBaseSelectUserModule
|
|
|
|
/// The class that represents the user selection module
|
|
open class SBUBaseSelectUserModule {
|
|
}
|