mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-14 00:47:54 -05:00
13 lines
187 B
Objective-C
13 lines
187 B
Objective-C
//
|
|
// MySHKConfiguration.h
|
|
// Socializer
|
|
//
|
|
// Created by Kerri Shotts on 5/29/12.
|
|
//
|
|
|
|
#import "DefaultSHKConfigurator.h"
|
|
|
|
@interface MySHKConfiguration : DefaultSHKConfigurator
|
|
|
|
@end
|