Sha256: c3d4fc8b3e36a6ffa435272a69712f5612fa9387b6e2c1369e9abbdcddea79c5

Contents?: true

Size: 471 Bytes

Versions: 4

Compression:

Stored size: 471 Bytes

Contents

// Copyright (c) 2014 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "InterfaceController.h"

@implementation InterfaceController

- (instancetype)initWithContext:(id)context {
  if ((self = [super initWithContext:context])) {
    // -initWithContext:
  }
  return self;
}

- (void)willActivate {
  // -willActivate
}

- (void)didDeactivate {
  // -didDeactivate
}

@end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m
mt-libuv-4.1.03 ext/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m
mt-libuv-4.1.02 ext/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/ios/watch/WatchKitExtension/InterfaceController.m