fix: Fix +load not available in Xcode 15 error (#1908)
				
					
				
			This commit is contained in:
		| @@ -19,9 +19,9 @@ | ||||
|  | ||||
| @implementation ExampleSwiftFrameProcessorPlugin (FrameProcessorPluginLoader) | ||||
|  | ||||
| + (void)load | ||||
| { | ||||
|   [FrameProcessorPluginRegistry addFrameProcessorPlugin:@"example_kotlin_swift_plugin" withInitializer:^FrameProcessorPlugin * _Nonnull(NSDictionary * _Nullable options) { | ||||
| + (void)initialize { | ||||
|   [FrameProcessorPluginRegistry addFrameProcessorPlugin:@"example_kotlin_swift_plugin" | ||||
|                                         withInitializer:^FrameProcessorPlugin* _Nonnull(NSDictionary* _Nullable options) { | ||||
|     return [[ExampleSwiftFrameProcessorPlugin alloc] init]; | ||||
|   }]; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user