説明を見る。00001
00009 #import <UIKit/UIKit.h>
00010 #import "MixiReporter.h"
00011
00012 #define kMixiADBannerContentSizeIdentifierPortrait 1
00013 #define kMixiADBannerContentSizeIdentifierLandscape 2
00014
00027 @interface MixiADBannerView : UIView {
00029 int currentContentSizeIdentifier_;
00030
00036 BOOL useOrientation_;
00037
00039 MixiReporter *mapReporter_;
00040 }
00041
00042 @property (nonatomic, assign) int currentContentSizeIdentifier;
00043 @property (nonatomic, assign) BOOL useOrientation;
00044 @property (nonatomic, assign) int orientation;
00045 @property (nonatomic, retain) MixiReporter *mapReporter;
00046
00052 + (MixiADBannerView*)sharedView;
00053
00057 - (void)addOnTop;
00058
00064 - (void)addOn:(UIView*)view;
00065
00067
00068 - (void)arrange;
00069
00070
00071 - (void)arrangeOn:(UIView*)view;
00074 @end