16 lines
205 B
Objective-C
16 lines
205 B
Objective-C
//
|
|
// IfishNomassageView.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/9.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface IfishNomassageView : UIView
|
|
|
|
|
|
|
|
@end
|