Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 276 Bytes

YYNib

add xib into storyboard or xib

添加 xib 到 storyboard 或者添加到 xib

How to use

pod YYNib

#import <UIKit/UIKit.h>
#import "YYNibView.h"

@interface UserInfoView : YYNibView

@end