22 lines
401 B
Objective-C
22 lines
401 B
Objective-C
//
|
|
// IfishHotBarHeader.m
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/9/27.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "IfishHotBarHeader.h"
|
|
|
|
@implementation IfishHotBarHeader
|
|
|
|
/*
|
|
// Only override drawRect: if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
- (void)drawRect:(CGRect)rect {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
@end
|