mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
Fix up the nullability annotations
This commit is contained in:
parent
1e1a80aa58
commit
abcc990601
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
|
||||
+ (CKSoftwareMap *)sharedSoftwareMap;
|
||||
- (id)adaptableBundleIdentifiers;
|
||||
- (BOOL)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out _Nonnull id *)arg2 appleID:(out _Nonnull id *)arg3;
|
||||
- (BOOL)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out _Nullable id * _Nonnull)arg2 appleID:(out _Nullable id * _Nonnull)arg3;
|
||||
- (id)updateRequestBodyData:(char *)arg1 includeInstalledApps:(BOOL)arg2 includeBundledApps:(BOOL)arg3 conditionally:(BOOL)arg4 hadUnadoptedApps:(out char *)arg5;
|
||||
- (id)iconForApplicationWithBundeID:(id)arg1;
|
||||
- (id)bundleInfoFromBundleAtPath:(id)arg1;
|
||||
|
|
Loading…
Reference in a new issue