Flutter macOS Embedder
NSView+ClipsToBounds.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#import <Cocoa/Cocoa.h>
6
7
@interface
NSView (ClipsToBounds)
8
// This property is available since macOS 10.9 but only declared in macOS 14 SDK.
9
@property
BOOL clipsToBounds API_AVAILABLE(macos(10.9));
10
@end
NSView(ClipsToBounds)
Definition:
NSView+ClipsToBounds.h:7
shell
platform
darwin
macos
framework
Source
NSView+ClipsToBounds.h
Generated by
1.8.17