Skip to content

Commit

Permalink
RMessageView: Remove Xcode 8 Class property keywords.
Browse files Browse the repository at this point in the history
These keywords are not supported by iOS 7.
  • Loading branch information
Adonis Peralta committed Jun 4, 2020
1 parent 548a1ed commit 3d72448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RMessage/RMessageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

@interface RMessageView () <UIGestureRecognizerDelegate>

@property (class, nonatomic, strong, readonly) NSBundle *classBundle;
@property (class, nonatomic, strong, readonly) NSBundle *resourceBundle;
@property (nonatomic, strong, readonly) NSBundle *classBundle;
@property (nonatomic, strong, readonly) NSBundle *resourceBundle;

@property (nonatomic, weak) IBOutlet UIView *titleSubtitleContainerView;
@property (nonatomic, weak) IBOutlet UILabel *titleLabel;
Expand Down

0 comments on commit 3d72448

Please sign in to comment.