Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 002cb58

Browse files
typings updated
1 parent 63edad7 commit 002cb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platforms/ios/typings/objc!FirebaseCrashlytics.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ declare class FIRStackFrame extends NSObject {
5151

5252
static new(): FIRStackFrame; // inherited from NSObject
5353

54+
static stackFrameWithAddress(address: number): FIRStackFrame;
55+
5456
static stackFrameWithSymbolFileLine(symbol: string, file: string, line: number): FIRStackFrame;
5557

5658
constructor(o: { symbol: string; file: string; line: number; });

0 commit comments

Comments
 (0)