15 lines
343 B
Objective-C
15 lines
343 B
Objective-C
//
|
|
// IfishSelectCardViewController.h
|
|
// ShotViewAnimation
|
|
//
|
|
// Created by imac on 16/10/25.
|
|
// Copyright © 2016年 xiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "BaseVIewContorller.h"
|
|
//v4.4 之前版本界面 滑动选项卡选择绑定设备类型
|
|
@interface IfishSelectCardViewController : BaseVIewContorller
|
|
|
|
@end
|