Skip to content

Commit

Permalink
Add empty WKSourceEditorFormatterStrikethrough
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Dec 15, 2023
1 parent 41eb9e2 commit 6d07478
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#import "WKSourceEditorFormatter.h"

NS_ASSUME_NONNULL_BEGIN

@interface WKSourceEditorFormatterStrikethrough : WKSourceEditorFormatter

@end

NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#import "WKSourceEditorFormatterStrikethrough.h"

@implementation WKSourceEditorFormatterStrikethrough

@end
1 change: 1 addition & 0 deletions Components/Sources/ComponentsObjC/include/ComponentsObjC.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#import "WKSourceEditorFormatterBase.h"
#import "WKSourceEditorFormatterBoldItalics.h"
#import "WKSourceEditorFormatterTemplate.h"
#import "WKSourceEditorFormatterStrikethrough.h"
#import "WKSourceEditorStorageDelegate.h"

#endif /* Header_h */

0 comments on commit 6d07478

Please sign in to comment.