add .gitignore

This commit is contained in:
JoyWayer
2023-12-27 20:38:37 +08:00
parent b106a628a5
commit f6343426d6
515 changed files with 104217 additions and 199 deletions

View File

@@ -0,0 +1,18 @@
//
// UpNavigationBar.h
// Eat
//
// Created by chenan on 13-10-29.
// Copyright (c) 2013年 user. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UINavigationBar (UINavigationBarCategory)<UITextFieldDelegate>
//@property (nonatomic,retain)UIViewController * control;
{
}
-(void)setBackgroundImage:(UIViewController*)_view BackgroundImage:(UIImage*)image LeftSel:(SEL)leftSel RightSel:(SEL)rightSel CenterSel:(SEL)centerSel Title:(NSString *)title TempKind:(int)tempkind;
@end