Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #95 from CAMOBAP795/master
Browse files Browse the repository at this point in the history
#94 fix compilation error: 'Nullability specifier 'nonnull' conflicts…
  • Loading branch information
kean committed Jan 29, 2016
2 parents b04b8cf + c93f602 commit a350e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Source/UI/DFImageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ - (nonnull instancetype)initWithFrame:(CGRect)frame {
return self;
}

- (nullable instancetype)initWithCoder:(NSCoder *)decoder {
- (instancetype)initWithCoder:(NSCoder *)decoder {
if (self = [super initWithCoder:decoder]) {
[self _commonInit];
}
Expand Down

0 comments on commit a350e2e

Please sign in to comment.