Skip to content

Commit

Permalink
add required imports
Browse files Browse the repository at this point in the history
  • Loading branch information
neilrahilly committed Nov 12, 2012
1 parent d33b5fe commit 4881836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mixpanel/Mixpanel.h
Expand Up @@ -16,6 +16,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@class MixpanelPeople;
@protocol MixpanelDelegate;

Expand Down

0 comments on commit 4881836

Please sign in to comment.