山水水山吧 关注:7贴子:408
  • 6回复贴,共1

ios 7.0 中 类的 继承关系 和 属性扩展分类

只看楼主收藏回复

./NSAttributedString.h:@interface NSMutableAttributedString (NSMutableAttributedStringKitAdditions)
./NSAttributedString.h:@interface NSAttributedString (NSAttributedStringDocumentFormats)
./NSAttributedString.h:@interface NSMutableAttributedString (NSMutableAttributedStringDocumentFormats)
./NSLayoutConstraint.h:@interface NSLayoutConstraint : NSObject
./NSLayoutManager.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface NSLayoutManager : NSObject <NSCoding>
./NSParagraphStyle.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextTab : NSObject <NSCopying, NSCoding>
./NSParagraphStyle.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface NSParagraphStyle : NSObject <NSCopying, NSMutableCopying, NSCoding>
./NSParagraphStyle.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface NSMutableParagraphStyle : NSParagraphStyle
./NSShadow.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface NSShadow : NSObject <NSCopying, NSCoding>
./NSStringDrawing.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface NSStringDrawingContext : NSObject {
./NSStringDrawing.h:@interface NSString(NSStringDrawing)
./NSStringDrawing.h:@interface NSAttributedString(NSStringDrawing)
./NSStringDrawing.h:@interface NSString (NSExtendedStringDrawing)
./NSStringDrawing.h:@interface NSAttributedString (NSExtendedStringDrawing)
./NSTextAttachment.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextAttachment : NSObject <NSTextAttachmentContainer, NSCoding>
./NSTextAttachment.h:@interface NSAttributedString (NSAttributedStringAttachmentConveniences)
./NSTextContainer.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextContainer : NSObject <NSCoding, NSTextLayoutOrientationProvider>
./NSTextStorage.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextStorage : NSMutableAttributedString
./UIAccelerometer.h:@interface UIAcceleration : NSObject {
./UIAccelerometer.h:@interface UIAccelerometer : NSObject {
./UIAccessibility.h:@interface NSObject (UIAccessibility)
./UIAccessibility.h:@interface NSObject (UIAccessibilityContainer)
./UIAccessibility.h:@interface NSObject (UIAccessibilityFocus)
./UIAccessibility.h:@interface NSObject (UIAccessibilityAction)
./UIAccessibilityElement.h:NS_CLASS_AVAILABLE_IOS(3_0) @interface UIAccessibilityElement : NSObject<UIAccessibilityIdentification>
./UIAccessibilityIdentification.h:@interface UIView (UIAccessibility) <UIAccessibilityIdentification>
./UIAccessibilityIdentification.h:@interface UIImage (UIAccessibility) <UIAccessibilityIdentification>
./UIActionSheet.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIActionSheet : UIView
./UIActivity.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UIActivity : NSObject
./UIActivityIndicatorView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIActivityIndicatorView : UIView <NSCoding>
./UIActivityItemProvider.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UIActivityItemProvider : NSOperation <UIActivityItemSource>
./UIActivityViewController.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UIActivityViewController : UIViewController
./UIAlertView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIAlertView : UIView {
./UIApplication.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication : UIResponder <UIActionSheetDelegate>
./UIApplication.h:@interface UIApplication (UIRemoteNotifications)
./UIApplication.h:@interface UIApplication (UILocalNotifications)
./UIApplication.h:@interface UIApplication (UIRemoteControlEvents)
./UIApplication.h:@interface UIApplication (UINewsstand)
./UIApplication.h:@interface UIApplication (UIStateRestoration)
./UIApplication.h:@interface UIApplication(UIApplicationDeprecated)
./UIAttachmentBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIAttachmentBehavior : UIDynamicBehavior
./UIBarButtonItem.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIBarButtonItem : UIBarItem <NSCoding> {
./UIBarItem.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIBarItem : NSObject <UIAppearance> {
./UIBezierPath.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIBezierPath : NSObject<NSCopying, NSCoding> {
./UIButton.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIButton : UIControl <NSCoding> {
./UIButton.h:@interface UIButton(UIButtonDeprecated)
./UICollectionView.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionView : UIScrollView
./UICollectionView.h:@interface NSIndexPath (UICollectionViewAdditions)
./UICollectionViewCell.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionReusableView : UIView
./UICollectionViewCell.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewCell : UICollectionReusableView
./UICollectionViewController.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewController : UIViewController <UICollectionViewDelegate, UICollectionViewDataSource>
./UICollectionViewFlowLayout.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewFlowLayoutInvalidationContext : UICollectionViewLayoutInvalidationContext
./UICollectionViewFlowLayout.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewFlowLayout : UICollectionViewLayout
./UICollectionViewLayout.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
./UICollectionViewLayout.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewUpdateItem : NSObject
./UICollectionViewLayout.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewLayoutInvalidationContext : NSObject
./UICollectionViewLayout.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewLayout : NSObject <NSCoding>
./UICollectionViewLayout.h:@interface UICollectionViewLayout (SubclassingHooks)
./UICollectionViewLayout.h:@interface UICollectionViewLayout (UpdateSupportHooks)
./UICollectionViewTransitionLayout.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewTransitionLayout : UICollectionViewLayout
./UICollisionBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollisionBehavior : UIDynamicBehavior
./UIColor.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIColor : NSObject <NSSecureCoding, NSCopying> {
./UIColor.h:@interface CIColor(UIKitAdditions)
./UIControl.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIControl : UIView {
./UIDatePicker.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIDatePicker : UIControl <NSCoding>
./UIDevice.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIDevice : NSObject {
./UIDocument.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIDocument : NSObject <NSFilePresenter> {
./UIDocumentInteractionController.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIDocumentInteractionController : NSObject <UIActionSheetDelegate>
./UIDynamicAnimator.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicAnimator: NSObject
./UIDynamicAnimator.h:@interface UIDynamicAnimator (UICollectionViewAdditions)
./UIDynamicBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicBehavior : NSObject
./UIDynamicItemBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicItemBehavior : UIDynamicBehavior
./UIEvent.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIEvent : NSObject
./UIFont.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIFont : NSObject <NSCopying>
./UIFontDescriptor.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIFontDescriptor : NSObject <NSCopying, NSCoding>
./UIGeometry.h:@interface NSValue (NSValueUIGeometryExtensions)
./UIGeometry.h:@interface NSCoder (UIGeometryKeyedCoding)
./UIGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIGestureRecognizer : NSObject
./UIGestureRecognizerSubclass.h:@interface UIGestureRecognizer (ForSubclassEyesOnly)
./UIGravityBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIGravityBehavior : UIDynamicBehavior
./UIImage.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImage : NSObject <NSCoding> {
./UIImage.h:@interface UIImage(UIImageDeprecated)
./UIImage.h:@interface CIImage(UIKitAdditions)
./UIImagePickerController.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImagePickerController : UINavigationController <NSCoding> {
./UIImageView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImageView : UIView {
./UIInputView.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIInputView : UIView
./UIInterface.h:@interface UIColor (UIColorSystemColors)
./UIInterface.h:@interface UIFont (UIFontSystemFonts)
./UILabel.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UILabel : UIView <NSCoding>
./UILocalNotification.h:NS_CLASS_AVAILABLE_IOS(4_0) @interface UILocalNotification : NSObject<NSCopying, NSCoding> // added in iOS 4.0
./UILocalizedIndexedCollation.h:NS_CLASS_AVAILABLE_IOS(3_0) @interface UILocalizedIndexedCollation : NSObject
./UILongPressGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UILongPressGestureRecognizer : UIGestureRecognizer {
./UIManagedDocument.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIManagedDocument : UIDocument {
./UIMenuController.h:NS_CLASS_AVAILABLE_IOS(3_0) @interface UIMenuController : NSObject {
./UIMenuController.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIMenuItem : NSObject {
./UIMotionEffect.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIMotionEffect : NSObject <NSCopying, NSCoding>
./UIMotionEffect.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIInterpolatingMotionEffect : UIMotionEffect
./UIMotionEffect.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIMotionEffectGroup : UIMotionEffect
./UINavigationBar.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UINavigationBar : UIView <NSCoding, UIBarPositioning> {
./UINavigationBar.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UINavigationItem : NSObject <NSCoding> {
./UINavigationController.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UINavigationController : UIViewController
./UINavigationController.h:@interface UIViewController (UINavigationControllerItem)
./UINavigationController.h:@interface UIViewController (UINavigationControllerContextualToolbarItems)
./UINib.h:NS_CLASS_AVAILABLE_IOS(4_0) @interface UINib : NSObject {
./UINibLoading.h:@interface NSBundle(UINibLoadingAdditions)
./UINibLoading.h:@interface NSObject(UINibLoadingAdditions)
./UIPageControl.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIPageControl : UIControl {
./UIPageViewController.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIPageViewController : UIViewController {
./UIPanGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIPanGestureRecognizer : UIGestureRecognizer {
./UIPasteboard.h:NS_CLASS_AVAILABLE_IOS(3_0) @interface UIPasteboard : NSObject {
./UIPasteboard.h:@interface UIPasteboard(UIPasteboardDataExtensions)
./UIPickerView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIPickerView : UIView <NSCoding, UITableViewDataSource>
./UIPinchGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIPinchGestureRecognizer : UIGestureRecognizer {
./UIPopoverBackgroundView.h:@interface UIPopoverBackgroundView : UIView {}
./UIPopoverController.h:@interface UIPopoverController : NSObject <UIAppearanceContainer> {}
./UIPopoverController.h:@interface UIViewController (UIPopoverController)
./UIPrintFormatter.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintFormatter : NSObject <NSCopying> {
./UIPrintFormatter.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UISimpleTextPrintFormatter : UIPrintFormatter {
./UIPrintFormatter.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIMarkupTextPrintFormatter : UIPrintFormatter {
./UIPrintFormatter.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIViewPrintFormatter : UIPrintFormatter {
./UIPrintFormatter.h:@interface UIView(UIPrintFormatter)
./UIPrintInfo.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintInfo : NSObject <NSCopying, NSCoding> {
./UIPrintInteractionController.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintInteractionController : NSObject {
./UIPrintPageRenderer.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintPageRenderer : NSObject {
./UIPrintPaper.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintPaper : NSObject {
./UIPrintPaper.h:@interface UIPrintPaper(Deprecated_Nonfunctional)
./UIProgressView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIProgressView : UIView <NSCoding>
./UIPushBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIPushBehavior : UIDynamicBehavior
./UIReferenceLibraryViewController.h:@interface UIReferenceLibraryViewController : UIViewController {}
./UIRefreshControl.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UIRefreshControl : UIControl
./UIResponder.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIResponder : NSObject {
./UIResponder.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIKeyCommand : NSObject <NSCopying, NSSecureCoding>
./UIResponder.h:@interface UIResponder (UIResponderKeyCommands)
./UIResponder.h:@interface NSObject(UIResponderStandardEditActions) // these methods are not implemented in NSObject
./UIResponder.h:@interface UIResponder (UIResponderInputViewAdditions)
./UIRotationGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIRotationGestureRecognizer : UIGestureRecognizer {
./UIScreen.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIScreen : NSObject
./UIScreen.h:@interface UIScreen (UISnapshotting)
./UIScreenEdgePanGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIScreenEdgePanGestureRecognizer : UIPanGestureRecognizer
./UIScreenMode.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UIScreenMode : NSObject {
./UIScrollView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIScrollView : UIView <NSCoding> {
./UISearchBar.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UISearchBar : UIView <UIBarPositioning>
./UISearchDisplayController.h:NS_CLASS_AVAILABLE_IOS(3_0) @interface UISearchDisplayController : NSObject
./UISegmentedControl.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UISegmentedControl : UIControl <NSCoding>
./UISlider.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UISlider : UIControl <NSCoding> {
./UISnapBehavior.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UISnapBehavior : UIDynamicBehavior
./UISplitViewController.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UISplitViewController : UIViewController
./UISplitViewController.h:@interface UIViewController (UISplitViewController)
./UIStepper.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStepper : UIControl
./UIStoryboard.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStoryboard : NSObject {
./UIStoryboardPopoverSegue.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStoryboardPopoverSegue : UIStoryboardSegue {
./UIStoryboardSegue.h:NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStoryboardSegue : NSObject
./UIStringDrawing.h:@interface NSString(UIStringDrawing)
./UISwipeGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UISwipeGestureRecognizer : UIGestureRecognizer {
./UISwitch.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UISwitch : UIControl <NSCoding> {
./UITabBar.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBar : UIView
./UITabBarController.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBarController : UIViewController <UITabBarDelegate, NSCoding>
./UITabBarController.h:@interface UIViewController (UITabBarControllerItem)
./UITabBarItem.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBarItem : UIBarItem {
./UITableView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITableView : UIScrollView <NSCoding>
./UITableView.h:@interface NSIndexPath (UITableView)
./UITableViewCell.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
./UITableViewCell.h:@interface UITableViewCell (UIDeprecated)
./UITableViewController.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITableViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
./UITableViewHeaderFooterView.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UITableViewHeaderFooterView : UIView
./UITapGestureRecognizer.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UITapGestureRecognizer : UIGestureRecognizer {
./UITextChecker.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextChecker : NSObject {
./UITextField.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITextField : UIControl <UITextInput, NSCoding>
./UITextField.h:@interface UIView (UITextField)
./UITextInput.h:NS_CLASS_AVAILABLE_IOS(5_1) @interface UIDictationPhrase : NSObject {
./UITextInput.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextPosition : NSObject
./UITextInput.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextRange : NSObject
./UITextInput.h:NS_CLASS_AVAILABLE_IOS(6_0) @interface UITextSelectionRect : NSObject
./UITextInput.h:NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextInputStringTokenizer : NSObject <UITextInputTokenizer>
./UITextInput.h:NS_CLASS_AVAILABLE_IOS(4_2) @interface UITextInputMode : NSObject <NSSecureCoding>
./UITextView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITextView : UIScrollView <UITextInput>
./UIToolbar.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIToolbar : UIView <UIBarPositioning> {
./UITouch.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UITouch : NSObject
./UIVideoEditorController.h:NS_CLASS_AVAILABLE_IOS(3_1) @interface UIVideoEditorController : UINavigationController {
./UIView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIView : UIResponder<NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem> {
./UIView.h:@interface UIView(UIViewGeometry)
./UIView.h:@interface UIView(UIViewHierarchy)
./UIView.h:@interface UIView(UIViewRendering)
./UIView.h:@interface UIView(UIViewAnimation)
./UIView.h:@interface UIView(UIViewAnimationWithBlocks)
./UIView.h:@interface UIView (UIViewKeyframeAnimations)
./UIView.h:@interface UIView (UIViewGestureRecognizers)
./UIView.h:@interface UIView (UIViewMotionEffects)
./UIView.h:@interface UIView (UIConstraintBasedLayoutInstallingConstraints)
./UIView.h:@interface UIView (UIConstraintBasedLayoutCoreMethods)
./UIView.h:@interface UIView (UIConstraintBasedCompatibility)
./UIView.h:@interface UIView (UIConstraintBasedLayoutLayering)
./UIView.h:@interface UIView (UIConstraintBasedLayoutFittingSize)
./UIView.h:@interface UIView (UIConstraintBasedLayoutDebugging)
./UIView.h:@interface UIView (UIStateRestoration)
./UIView.h:@interface UIView (UISnapshotting)
./UIViewController.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer> {
./UIViewController.h:@interface UIViewController (UIViewControllerRotation)
./UIViewController.h:@interface UIViewController (UIViewControllerEditing)
./UIViewController.h:@interface UIViewController (UISearchDisplayControllerSupport)
./UIViewController.h:@interface UIViewController (UIContainerViewControllerProtectedMethods)
./UIViewController.h:@interface UIViewController (UIContainerViewControllerCallbacks)
./UIViewController.h:@interface UIViewController (UIStateRestoration) <UIStateRestoring>
./UIViewController.h:@interface UIViewController (UIConstraintBasedLayoutCoreMethods)
./UIViewController.h:@interface UIViewController(CustomTransitioning)
./UIViewController.h:@interface UIViewController (UILayoutSupport)
./UIViewControllerTransitionCoordinator.h:@interface UIViewController(TransitionCoordinator)
./UIViewControllerTransitioning.h:NS_CLASS_AVAILABLE_IOS(7_0) @interface UIPercentDrivenInteractiveTransition : NSObject <UIViewControllerInteractiveTransitioning>
./UIWebView.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIWebView : UIView <NSCoding, UIScrollViewDelegate> {
./UIWindow.h:NS_CLASS_AVAILABLE_IOS(2_0) @interface UIWindow : UIView {


1楼2014-01-11 11:17回复
    使用 grep 匹配得到


    2楼2014-01-11 11:17
    回复
      2025-06-04 07:09:46
      广告
      @interface NSMutableAttributedString (NSMutableAttributedStringKitAdditions)
      @interface NSAttributedString (NSAttributedStringDocumentFormats)
      @interface NSMutableAttributedString (NSMutableAttributedStringDocumentFormats)
      @interface NSLayoutConstraint
      NS_CLASS_AVAILABLE_IOS(7_0) @interface NSLayoutManager
      NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextTab
      NS_CLASS_AVAILABLE_IOS(6_0) @interface NSParagraphStyle
      NS_CLASS_AVAILABLE_IOS(6_0) @interface NSMutableParagraphStyle
      NS_CLASS_AVAILABLE_IOS(6_0) @interface NSShadow
      NS_CLASS_AVAILABLE_IOS(6_0) @interface NSStringDrawingContext
      @interface NSString(NSStringDrawing)
      @interface NSAttributedString(NSStringDrawing)
      @interface NSString (NSExtendedStringDrawing)
      @interface NSAttributedString (NSExtendedStringDrawing)
      NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextAttachment
      @interface NSAttributedString (NSAttributedStringAttachmentConveniences)
      NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextContainer
      NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextStorage
      @interface UIAcceleration
      @interface UIAccelerometer
      @interface NSObject (UIAccessibility)
      @interface NSObject (UIAccessibilityContainer)
      @interface NSObject (UIAccessibilityFocus)
      @interface NSObject (UIAccessibilityAction)
      NS_CLASS_AVAILABLE_IOS(3_0) @interface UIAccessibilityElement
      @interface UIView (UIAccessibility) <UIAccessibilityIdentification>
      @interface UIImage (UIAccessibility) <UIAccessibilityIdentification>
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIActionSheet
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UIActivity
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIActivityIndicatorView
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UIActivityItemProvider
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UIActivityViewController
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIAlertView
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication
      @interface UIApplication (UIRemoteNotifications)
      @interface UIApplication (UILocalNotifications)
      @interface UIApplication (UIRemoteControlEvents)
      @interface UIApplication (UINewsstand)
      @interface UIApplication (UIStateRestoration)
      @interface UIApplication(UIApplicationDeprecated)
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIAttachmentBehavior
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIBarButtonItem
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIBarItem
      NS_CLASS_AVAILABLE_IOS(3_2) @interface UIBezierPath
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIButton
      @interface UIButton(UIButtonDeprecated)
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionView
      @interface NSIndexPath (UICollectionViewAdditions)
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionReusableView
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewCell
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewController
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewFlowLayoutInvalidationContext
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewFlowLayout
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewLayoutAttributes
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewUpdateItem
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewLayoutInvalidationContext
      NS_CLASS_AVAILABLE_IOS(6_0) @interface UICollectionViewLayout
      @interface UICollectionViewLayout (SubclassingHooks)
      @interface UICollectionViewLayout (UpdateSupportHooks)
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewTransitionLayout
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollisionBehavior
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIColor
      @interface CIColor(UIKitAdditions)
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIControl
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIDatePicker
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIDevice
      NS_CLASS_AVAILABLE_IOS(5_0) @interface UIDocument
      NS_CLASS_AVAILABLE_IOS(3_2) @interface UIDocumentInteractionController
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicAnimator
      @interface UIDynamicAnimator (UICollectionViewAdditions)
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicBehavior
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicItemBehavior
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIEvent
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIFont
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIFontDescriptor
      @interface NSValue (NSValueUIGeometryExtensions)
      @interface NSCoder (UIGeometryKeyedCoding)
      NS_CLASS_AVAILABLE_IOS(3_2) @interface UIGestureRecognizer
      @interface UIGestureRecognizer (ForSubclassEyesOnly)
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIGravityBehavior
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImage
      @interface UIImage(UIImageDeprecated)
      @interface CIImage(UIKitAdditions)
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImagePickerController
      NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImageView
      NS_CLASS_AVAILABLE_IOS(7_0) @interface UIInputView
      @interface UIColor (UIColorSystemColors)


      3楼2014-01-11 11:19
      回复
        @interface UIFont (UIFontSystemFonts)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UILabel
        NS_CLASS_AVAILABLE_IOS(4_0) @interface UILocalNotification
        NS_CLASS_AVAILABLE_IOS(3_0) @interface UILocalizedIndexedCollation
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UILongPressGestureRecognizer
        NS_CLASS_AVAILABLE_IOS(5_0) @interface UIManagedDocument
        NS_CLASS_AVAILABLE_IOS(3_0) @interface UIMenuController
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UIMenuItem
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIMotionEffect
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIInterpolatingMotionEffect
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIMotionEffectGroup
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UINavigationBar
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UINavigationItem
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UINavigationController
        @interface UIViewController (UINavigationControllerItem)
        @interface UIViewController (UINavigationControllerContextualToolbarItems)
        NS_CLASS_AVAILABLE_IOS(4_0) @interface UINib
        @interface NSBundle(UINibLoadingAdditions)
        @interface NSObject(UINibLoadingAdditions)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIPageControl
        NS_CLASS_AVAILABLE_IOS(5_0) @interface UIPageViewController
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UIPanGestureRecognizer
        NS_CLASS_AVAILABLE_IOS(3_0) @interface UIPasteboard
        @interface UIPasteboard(UIPasteboardDataExtensions)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIPickerView
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UIPinchGestureRecognizer
        @interface UIPopoverBackgroundView
        @interface UIPopoverController
        @interface UIViewController (UIPopoverController)
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintFormatter
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UISimpleTextPrintFormatter
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIMarkupTextPrintFormatter
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIViewPrintFormatter
        @interface UIView(UIPrintFormatter)
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintInfo
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintInteractionController
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintPageRenderer
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UIPrintPaper
        @interface UIPrintPaper(Deprecated_Nonfunctional)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIProgressView
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIPushBehavior
        @interface UIReferenceLibraryViewController
        NS_CLASS_AVAILABLE_IOS(6_0) @interface UIRefreshControl
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIResponder
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIKeyCommand
        @interface UIResponder (UIResponderKeyCommands)
        @interface NSObject(UIResponderStandardEditActions) // these methods are not implemented in NSObject
        @interface UIResponder (UIResponderInputViewAdditions)
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UIRotationGestureRecognizer
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIScreen
        @interface UIScreen (UISnapshotting)
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIScreenEdgePanGestureRecognizer
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UIScreenMode
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIScrollView
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UISearchBar
        NS_CLASS_AVAILABLE_IOS(3_0) @interface UISearchDisplayController
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UISegmentedControl
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UISlider
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UISnapBehavior
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UISplitViewController
        @interface UIViewController (UISplitViewController)
        NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStepper
        NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStoryboard
        NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStoryboardPopoverSegue
        NS_CLASS_AVAILABLE_IOS(5_0) @interface UIStoryboardSegue
        @interface NSString(UIStringDrawing)
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UISwipeGestureRecognizer
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UISwitch
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBar
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBarController
        @interface UIViewController (UITabBarControllerItem)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBarItem
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITableView
        @interface NSIndexPath (UITableView)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITableViewCell
        @interface UITableViewCell (UIDeprecated)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITableViewController
        NS_CLASS_AVAILABLE_IOS(6_0) @interface UITableViewHeaderFooterView
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UITapGestureRecognizer
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextChecker
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITextField
        @interface UIView (UITextField)
        NS_CLASS_AVAILABLE_IOS(5_1) @interface UIDictationPhrase
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextPosition
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextRange
        NS_CLASS_AVAILABLE_IOS(6_0) @interface UITextSelectionRect
        NS_CLASS_AVAILABLE_IOS(3_2) @interface UITextInputStringTokenizer
        NS_CLASS_AVAILABLE_IOS(4_2) @interface UITextInputMode
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITextView
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIToolbar
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UITouch
        NS_CLASS_AVAILABLE_IOS(3_1) @interface UIVideoEditorController
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIView
        @interface UIView(UIViewGeometry)
        @interface UIView(UIViewHierarchy)
        @interface UIView(UIViewRendering)
        @interface UIView(UIViewAnimation)
        @interface UIView(UIViewAnimationWithBlocks)
        @interface UIView (UIViewKeyframeAnimations)
        @interface UIView (UIViewGestureRecognizers)
        @interface UIView (UIViewMotionEffects)
        @interface UIView (UIConstraintBasedLayoutInstallingConstraints)
        @interface UIView (UIConstraintBasedLayoutCoreMethods)
        @interface UIView (UIConstraintBasedCompatibility)
        @interface UIView (UIConstraintBasedLayoutLayering)
        @interface UIView (UIConstraintBasedLayoutFittingSize)
        @interface UIView (UIConstraintBasedLayoutDebugging)
        @interface UIView (UIStateRestoration)
        @interface UIView (UISnapshotting)
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIViewController
        @interface UIViewController (UIViewControllerRotation)
        @interface UIViewController (UIViewControllerEditing)
        @interface UIViewController (UISearchDisplayControllerSupport)
        @interface UIViewController (UIContainerViewControllerProtectedMethods)
        @interface UIViewController (UIContainerViewControllerCallbacks)
        @interface UIViewController (UIStateRestoration) <UIStateRestoring>
        @interface UIViewController (UIConstraintBasedLayoutCoreMethods)
        @interface UIViewController(CustomTransitioning)
        @interface UIViewController (UILayoutSupport)
        @interface UIViewController(TransitionCoordinator)
        NS_CLASS_AVAILABLE_IOS(7_0) @interface UIPercentDrivenInteractiveTransition
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIWebView
        NS_CLASS_AVAILABLE_IOS(2_0) @interface UIWindow


        4楼2014-01-11 11:21
        回复
          ios 7.0 后 增加的类
          NS_CLASS_AVAILABLE_IOS(7_0) @interface NSLayoutManager
          NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextTab
          NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextAttachment
          NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextContainer
          NS_CLASS_AVAILABLE_IOS(7_0) @interface NSTextStorage
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIAttachmentBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewFlowLayoutInvalidationContext
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewLayoutInvalidationContext
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollectionViewTransitionLayout
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UICollisionBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicAnimator
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIDynamicItemBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIFontDescriptor
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIGravityBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIInputView
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIMotionEffect
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIInterpolatingMotionEffect
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIMotionEffectGroup
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIPushBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIKeyCommand
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIScreenEdgePanGestureRecognizer
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UISnapBehavior
          NS_CLASS_AVAILABLE_IOS(7_0) @interface UIPercentDrivenInteractiveTransition


          5楼2014-01-11 11:27
          收起回复
            http://pan.baidu.com/s/1f9iEi
            研究结果的 txt 文档
            命名没有命名好。。


            6楼2014-01-11 11:39
            回复