refactor: add ARC scaffolding for macOS (#38621)
This commit is contained in:
parent
0294debc31
commit
9a9d8ae5ea
5 changed files with 43 additions and 23 deletions
|
@ -10,6 +10,10 @@
|
|||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/values.h"
|
||||
|
||||
#if !defined(__has_feature) || !__has_feature(objc_arc)
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
namespace electron {
|
||||
|
||||
NSArray* ListValueToNSArray(const base::Value::List& value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue