diff options
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h index dafda29ad..2c1830f5b 100644 --- a/macosx/HBCore.h +++ b/macosx/HBCore.h @@ -130,7 +130,7 @@ typedef void (^HBCoreCompletionHandler)(HBCoreResult result); /** * An array of HBTitles found by the latest scan. */ -@property (nonatomic, readonly, nullable) NSArray *titles; +@property (nonatomic, readonly, nullable) NSArray<HBTitle *> *titles; /** * This function converts an image created by libhb (specified via index) |