Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Sources/ParseSwift/Types/ParseAnalytics+combine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ import Combine
import UIKit
#endif

// MARK: Combine
@available(macOS 10.15, iOS 13.0, macCatalyst 13.0, watchOS 6.0, tvOS 13.0, *)
public extension ParseAnalytics {

// MARK: Check - Combine
// MARK: Combine

#if os(iOS)
/**
Expand Down
3 changes: 1 addition & 2 deletions Sources/ParseSwift/Types/ParseHealth+Combine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
import Foundation
import Combine

// MARK: Combine
@available(macOS 10.15, iOS 13.0, macCatalyst 13.0, watchOS 6.0, tvOS 13.0, *)
public extension ParseHealth {

// MARK: Check - Combine
// MARK: Combine

/**
Calls the health check function *asynchronously*. Publishes when complete.
Expand Down