Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @interface UIView(UIViewHierarchy)
  2.  
  3. @property(nullable, nonatomic,readonly) UIView *superview;
  4. @property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement