增加换肤功能
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// ConferenceInvitationSelector.swift
|
||||
// TUIRoomKit
|
||||
//
|
||||
// Created by jeremiawang on 2024/8/19.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum ConferenceInvitationSelectors {
|
||||
static let getConferenceInvitationState = Selector(keyPath: \OperationState.conferenceInvitationState)
|
||||
|
||||
static let getInvitationList = Selector.with(getConferenceInvitationState, keyPath:\ConferenceInvitationState.invitationList)
|
||||
}
|
||||
Reference in New Issue
Block a user