Skip to content

Commit

Permalink
[Vertex AI] Remove NSObject superclass from VertexAI (#13742)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Sep 30, 2024
1 parent 2aab14a commit 533061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseVertexAI/Sources/VertexAI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Foundation

/// The Vertex AI for Firebase SDK provides access to Gemini models directly from your app.
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
public class VertexAI: NSObject {
public class VertexAI {
// MARK: - Public APIs

/// The default `VertexAI` instance.
Expand Down

0 comments on commit 533061f

Please sign in to comment.