Skip to content

Commit c2d9639

Browse files
authored
🔨 Updated Swift names
1 parent 4135d43 commit c2d9639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LSFileWrapper.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,16 @@ FOUNDATION_EXPORT const unsigned char LSFileWrapperVersionString[];
179179
*
180180
* @param fileWrapper Child wrapper which should be removed from the current LSFileWrapper as LSFileWrapper.
181181
*/
182-
- (void)removeFileWrapper:(nonnull LSFileWrapper *)fileWrapper NS_SWIFT_NAME(removeFileWrapper(_:));
182+
- (void)removeFileWrapper:(nonnull LSFileWrapper *)fileWrapper NS_SWIFT_NAME(removeWrapper(_:));
183183

184184
/**
185-
* @brief Removes the child wrapper with supplied name from the current LSFileWrapper.
185+
* @brief Removes the child wrapper with supplied name from the current LSFileWrapper.
186186
*
187187
* @warning Should only be called on the LSFileWrapper of type Directory.
188188
*
189189
* @param path Relative path to child wrapper which should be removed from the current LSFileWrapper tree.
190190
*/
191-
- (void)removeFileWrapperWithPath:(nonnull NSString *)path NS_SWIFT_NAME(removeFileWrapper(with:));
191+
- (void)removeFileWrapperWithPath:(nonnull NSString *)path NS_SWIFT_NAME(removeWrapper(with:));
192192

193193
/**
194194
* @brief Adds a new child wrapper of type File with the supplied name to the current LSFileWrapper. If a wrapper is already present with the same name, then the new wrapper will be saved under the returned named to prevent collisions.

0 commit comments

Comments
 (0)