GXFPopView.h 266 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
//  GXFPopView.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/9/11.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface GXFPopView : UIView
- (instancetype)initWithFrame:(CGRect)frame withArr:(NSArray *)titleArr;

@end