@@ -96,13 +96,13 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverAnimationOptions) {
9696
9797@property (nonatomic , weak ) id <WYPopoverControllerDelegate> delegate;
9898
99- @property (nonatomic , copy ) NSArray *passthroughViews;
100- @property (nonatomic , assign ) BOOL wantsDefaultContentAppearance;
101- @property (nonatomic , assign ) UIEdgeInsets popoverLayoutMargins;
102- @property (nonatomic , assign , readonly ) BOOL isPopoverVisible ;
103- @property (nonatomic , strong , readonly ) UIViewController *contentViewController;
104- @property (nonatomic , assign ) CGSize popoverContentSize;
105- @property (nonatomic , assign ) CGFloat animationDuration;
99+ @property (nonatomic , copy ) NSArray *passthroughViews;
100+ @property (nonatomic , assign ) BOOL wantsDefaultContentAppearance;
101+ @property (nonatomic , assign ) UIEdgeInsets popoverLayoutMargins;
102+ @property (nonatomic , readonly , getter =isPopoverVisible ) BOOL popoverVisible ;
103+ @property (nonatomic , strong , readonly ) UIViewController *contentViewController;
104+ @property (nonatomic , assign ) CGSize popoverContentSize;
105+ @property (nonatomic , assign ) CGFloat animationDuration;
106106
107107- (id )initWithContentViewController : (UIViewController *)viewController ;
108108
0 commit comments