Interface MDLObjectContainerComponent

All Superinterfaces:
MDLComponent, NSFastEnumeration, NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
MDLObjectContainer

public interface MDLObjectContainerComponent
extends MDLComponent, NSFastEnumeration
Since:
Available in iOS 9.0 and later.
  • Method Details

    • getCount

      long getCount()
      Since:
      Available in iOS 11.0 and later.
    • getObjects

      NSArray<MDLObject> getObjects()
    • addObject

      void addObject​(MDLObject object)
    • removeObject

      void removeObject​(MDLObject object)
    • objectAtIndexedSubscript

      MDLObject objectAtIndexedSubscript​(long index)
      Since:
      Available in iOS 11.0 and later.