Skip to content

Commit e31d6b5

Browse files
Tangjianing123MinTate
authored andcommitted
【iOS】ConferenceMainViewController support OC.
1 parent fe3ca21 commit e31d6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS/TUIRoomKit/Source/View/Page/ConferenceMainViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TXLiteAVSDK_TRTC
1212
import TXLiteAVSDK_Professional
1313
#endif
1414

15-
public class ConferenceMainViewController: UIViewController {
15+
@objcMembers public class ConferenceMainViewController: UIViewController {
1616
private var viewModel: ConferenceMainViewModel = ConferenceMainViewModel()
1717
public override var shouldAutorotate: Bool {
1818
return true

0 commit comments

Comments
 (0)