Skip to content

Commit

Permalink
Add super.load
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 15, 2025
1 parent cb2f358 commit 661199d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ namespace ${namespace} {
@implementation ${component}
+ (void) load {
[super load];
// TODO: Register it!
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

@implementation TestViewComponent
+ (void) load {
[super load];
// TODO: Register it!
}

Expand Down

0 comments on commit 661199d

Please sign in to comment.