.h
@interface AdvancedSearchMainVC : UIViewController
.m
#import "AdvancedSearchMainVC.h"
@interface AdvancedSearchMainVC ()
@end
@implementation AdvancedSearchMainVC
which is the best location to add "#define HIDEBUTTON_TAG 100" and why
what's the different between macro definition at @interface @ implementation and in .h
thx a lot~~