Admob 제거
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import GoogleMobileAds
|
||||
import RefreshableScrollView
|
||||
|
||||
struct LiveView: View {
|
||||
@@ -42,13 +41,6 @@ struct LiveView: View {
|
||||
)
|
||||
}
|
||||
|
||||
BannerAdView(adUnitId: LIVE_BANNER_AD_UNIT_ID)
|
||||
.frame(
|
||||
width: screenSize().width,
|
||||
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
|
||||
)
|
||||
.padding(.top, 40)
|
||||
|
||||
SectionLiveNowView(
|
||||
items: viewModel.liveNowItems,
|
||||
onClickParticipant: {
|
||||
|
Reference in New Issue
Block a user