Skip to content

Commit 63ba86f

Browse files
committed
fix: rebase with latest main
1 parent b7e3a14 commit 63ba86f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ios/styles/ImageStyle.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ + (const char *)tagName {
2828
return "img";
2929
}
3030

31-
+ (NSString *)subTagName {
31+
+ (const char *)subTagName {
3232
return nil;
3333
}
3434

ios/styles/InlineCodeStyle.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ + (const char *)tagName {
2121
return "code";
2222
}
2323

24-
+ (NSString *)subTagName {
24+
+ (const char *)subTagName {
2525
return nil;
2626
}
2727

0 commit comments

Comments
 (0)