Pārlūkot izejas kodu

Update YYImageCoder.h

Fixed documentation @param for addImageWithData to stop Xcode from complaining.
middaparka 8 gadi atpakaļ
vecāks
revīzija
991b339766
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      YYImage/YYImageCoder.h

+ 1 - 1
YYImage/YYImageCoder.h

@@ -264,7 +264,7 @@ typedef NS_ENUM(NSUInteger, YYImageBlendOperation) {
 
 
 /**
 /**
  Add an image from a file path to encoder.
  Add an image from a file path to encoder.
- @param image    Image file path.
+ @param path    Image file path.
  @param duration Image duration for animation. Pass 0 to ignore this parameter.
  @param duration Image duration for animation. Pass 0 to ignore this parameter.
  */
  */
 - (void)addImageWithFile:(NSString *)path duration:(NSTimeInterval)duration;
 - (void)addImageWithFile:(NSString *)path duration:(NSTimeInterval)duration;