Up
Authors
- Gregory John Casamento (
greg.casamento@gmail.com
)
-
Date: Generated at 2024-06-27 06:51:44 +0000
Copyright: (C) 2019 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSExtensionItem.h
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables
Method summary
- (
NSArray*)
attachments;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSAttributedString*)
attributedContentText;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSAttributedString*)
attributedTitle;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setAttachments: (
NSArray*)attachments;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setAttributedContentText: (
NSAttributedString*)string;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setAttributedTitle: (
NSAttributedString*)string;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setUserInfo: (
NSDictionary*)userInfo;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSDictionary*)
userInfo;
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables for NSExtensionItem Class
@protected NSArray* _attachments;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSAttributedString* _attributedContentText;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSAttributedString* _attributedTitle;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDictionary* _userInfo;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up