Skip to content

yizhaorong/YYNib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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