14 lines
218 B
Objective-C
14 lines
218 B
Objective-C
//
|
|
// UIView+GetView.h
|
|
// HaiNingApp
|
|
//
|
|
// Created by 罗艺 on 2017/8/17.
|
|
// Copyright © 2017年 罗艺. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIView (GetView)
|
|
+(instancetype)getView;
|
|
@end
|