Summary: Add macOS only descriptors. Currently does not support Yoga/YogaKit or accessibility features; will add those in a later diff. Reviewed By: priteshrnandgaonkar Differential Revision: D27332601 fbshipit-source-id: 35c93cf715f004dbf8dbf8753534f1d4f9801b4c
18 lines
400 B
Objective-C
18 lines
400 B
Objective-C
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <AppKit/AppKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <FlipperKitLayoutHelpers/SKNodeDescriptor.h>
|
|
|
|
@class SKDescriptorMapper;
|
|
|
|
@interface SKNSWindowDescriptor : SKNodeDescriptor<NSWindow*>
|
|
|
|
@end
|