blob: ea18e6791d6128528ad6803dbf2cb289e9eb46df [file] [log] [blame]
@import Foundation;
@interface NonnullMembers<T> : NSObject
- (T _Nonnull) method;
@property (readonly) T _Nonnull property;
- (T _Nonnull)objectForKeyedSubscript:(id _Nonnull)key;
@end