mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
Added types to collections
This commit is contained in:
@@ -93,7 +93,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*
|
||||
* The default value is nil i.e. all file extensions are allowed.
|
||||
*/
|
||||
@property(nonatomic, copy) NSArray* allowedFileExtensions;
|
||||
@property(nonatomic, copy) NSArray<NSString*>* allowedFileExtensions;
|
||||
|
||||
/**
|
||||
* Sets if files and directories whose name start with a period are allowed to
|
||||
|
||||
Reference in New Issue
Block a user