PTViewChangeCollection

@interface PTViewChangeCollection : NSObject
{


}





+ (PTViewChangeCollection*)CreateInternal: (unsigned long long)impl;
- (unsigned long long)GetHandleInternal;
- (instancetype)init;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    + (PTViewChangeCollection*)CreateInternal: (unsigned long long)impl;

    Swift

    class func createInternal(_ impl: UInt64) -> PTViewChangeCollection!
  • Undocumented

    Declaration

    Objective-C

    - (unsigned long long)GetHandleInternal;

    Swift

    func getHandleInternal() -> UInt64
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init;

    Swift

    init!()