xref: /llvm-project/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit_private.apinotes (revision 85d506400081e121ef876a4c66fb337b050dcae6)
1Name: SomeKit
2Classes:
3  - Name: A
4    Methods:
5      - Selector: "privateTransform:input:"
6        MethodKind:      Instance
7        NullabilityOfRet: N
8        Nullability:      [ N, S ]
9    Properties:
10      - Name: internalProperty
11        Nullability: N
12Protocols:
13  - Name: InternalProtocol
14    Availability: none
15    AvailabilityMsg: "not for you"
16