Skip to content

Commit

Permalink
📱 Fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Aug 28, 2022
1 parent b079b75 commit 999f7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/EasyFirebase/Services/Auth/EasyUser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ public extension EasyUser {
}
}

@available(iOS 13.0, *)
public extension EasyUser {

// MARK: - Public Methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import Foundation

@available(iOS 13.0, *)
public protocol Session: Document {

// MARK: - Public Properties
Expand All @@ -23,6 +24,7 @@ public protocol Session: Document {
init(host: EasyUser.ID)
}

@available(iOS 13.0, *)
public extension Session {

// MARK: - Public Properties
Expand Down

0 comments on commit 999f7a5

Please sign in to comment.