Sportica   Sportica
摘要: // test.h 中的头文件#import <UIKit/UIKit.h>@interface test : UIViewController-(void)temp:(int)value1 :(int) value2;@end/******************************/// test.m文件 用来写一个方法#import "test.h"@interface test ()@end@implementation test-(void)temp:(int)value1 :(int) value2{ int temp; if(value1< 阅读全文
posted @ 2012-06-26 15:59 qingjoin 阅读(289) 评论(0) 推荐(0)
  Sportica