Skip to content

Commit

Permalink
Fixes property for TUIAccessibilityElement
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwaugh committed Jun 1, 2012
1 parent 0d03e1a commit b44a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UIKit/TUIAccessibilityElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
NSString *accessibilityLabel;
}

@property (nonatomic, __unsafe_unretained) id accessibilityContainer;
@property (nonatomic, unsafe_unretained) id accessibilityContainer;
@property (nonatomic, copy) NSString *accessibilityLabel;

@end

0 comments on commit b44a6bf

Please sign in to comment.