Skip to content

Commit 533061f

Browse files
authored
[Vertex AI] Remove NSObject superclass from VertexAI (#13742)
1 parent 2aab14a commit 533061f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/VertexAI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Foundation
2222

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

2828
/// The default `VertexAI` instance.

0 commit comments

Comments
 (0)